source: trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Entity_set_comment.cpp @ 58

Last change on this file since 58 was 43, checked in by rosiere, 17 years ago

Modif mineur : ajout d'info de débug

Release non stable

File size: 503 bytes
RevLine 
[31]1#ifdef POSITION
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/include/Entity.h"
10
11
12namespace morpheo              {
13namespace behavioural          {
14
[43]15#undef  FUNCTION
16#define FUNCTION "Entity::set_comment"
[31]17  void Entity::set_comment (string comment)
18  {
[43]19    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
[31]20    _comment = _comment + comment;
[43]21    log_printf(FUNC,Behavioural,FUNCTION,"End");
[31]22  };
23
24}; // end namespace behavioural         
25}; // end namespace morpheo             
26#endif
Note: See TracBrowser for help on using the repository browser.