source: trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Parameters_test.cpp @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 388 bytes
Line 
1/*
2 * $Id$
3 *
4 * [ Description ]
5 *
6 */
7
8#include "Behavioural/include/Parameters.h"
9
10
11namespace morpheo              {
12namespace behavioural          {
13
14  void Parameters::test (void)         
15  {
16    string msg = msg_error();
17   
18    if (msg.length() != 0)
19      throw (ErrorMorpheo (msg));
20  };
21 
22}; // end namespace behavioural         
23}; // end namespace morpheo             
Note: See TracBrowser for help on using the repository browser.