source: trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Interface_set_comment.cpp @ 81

Last change on this file since 81 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: 468 bytes
RevLine 
[42]1#ifdef POSITION
[29]2/*
3 * $Id: Interface_set_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
[75]15  void Interface::set_comment (std::string comment)
[29]16  {
[38]17    log_printf(FUNC,Behavioural,"set_comment","Begin");
[29]18    _comment = _comment + comment;
[38]19    log_printf(FUNC,Behavioural,"set_comment","End");
[29]20  };
21
22}; // end namespace behavioural         
23}; // end namespace morpheo             
[42]24#endif
Note: See TracBrowser for help on using the repository browser.