source: trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Interface_get_comment.cpp @ 146

Last change on this file since 146 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 473 bytes
Line 
1#ifdef POSITION
2/*
3 * $Id: Interface_get_comment.cpp 81 2008-04-15 18:40:01Z rosiere $
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/include/Interface.h"
10
11
12namespace morpheo              {
13namespace behavioural          {
14
15  std::string Interface::get_comment (void)
16  {
17    log_printf(FUNC,Behavioural,"get_comment","Begin");
18    std::string res = _comment;
19    log_printf(FUNC,Behavioural,"get_comment","End");
20    return res;
21  };
22
23}; // end namespace behavioural         
24}; // end namespace morpheo             
25#endif
Note: See TracBrowser for help on using the repository browser.