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

Last change on this file since 53 was 53, checked in by rosiere, 17 years ago
  • Banc de registre multi banc
  • Banc de registre générique.
File size: 601 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#undef  FUNCTION
18#define FUNCTION "@COMPONENT::msg_error"
19  string Parameters::msg_error(void)
20  {
21    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
22
23    string msg = "";
24
25    return msg;
26
27    log_printf(FUNC,@COMPONENT,FUNCTION,"End");
28  };
29
30@NAMESPACE_END
31}; // end namespace behavioural
32}; // end namespace morpheo             
Note: See TracBrowser for help on using the repository browser.