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

Last change on this file since 75 was 75, checked in by rosiere, 16 years ago

Update all component (except front_end) to :

  • new statistics model
  • no namespace std
File size: 473 bytes
RevLine 
[42]1#ifdef POSITION
[29]2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/include/Interface.h"
10
11
12namespace morpheo              {
13namespace behavioural          {
14
[75]15  std::string Interface::get_comment (void)
[29]16  {
[38]17    log_printf(FUNC,Behavioural,"get_comment","Begin");
[75]18    std::string res = _comment;
[38]19    log_printf(FUNC,Behavioural,"get_comment","End");
20    return res;
[29]21  };
22
23}; // end namespace behavioural         
24}; // end namespace morpheo             
[42]25#endif
Note: See TracBrowser for help on using the repository browser.