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

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

Import Morpheo

File size: 549 bytes
Line 
1/*
2 * $Id$
3 *
4 * [ Description ]
5 *
6 */
7
8#include "Behavioural/@DIRECTORY/include/Parameters.h"
9#include "Behavioural/@DIRECTORY/include/Types.h"
10#include <sstream>
11using namespace std;
12
13namespace morpheo                    {
14namespace behavioural {
15@NAMESPACE_BEGIN
16
17  string Parameters::msg_error(void)
18  {
19    log_printf(FUNC,@COMPONENT,"msg_error","Begin");
20
21    string msg = "";
22
23    return msg;
24
25    log_printf(FUNC,@COMPONENT,"msg_error","End");
26  };
27
28@NAMESPACE_END
29}; // end namespace behavioural
30}; // end namespace morpheo             
Note: See TracBrowser for help on using the repository browser.