source: trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component/src/Statistics_add.cpp @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 462 bytes
Line 
1#ifdef STATISTICS
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/@DIRECTORY/include/Statistics.h"
10
11#include <sstream>
12using namespace std;
13
14namespace morpheo                    {
15namespace behavioural {
16@NAMESPACE_BEGIN
17
18  void Statistics::add ()
19  {
20    log_printf(FUNC,@COMPONENT,"add","Begin");
21    log_printf(FUNC,@COMPONENT,"add","End");
22  };
23
24@NAMESPACE_END
25}; // end namespace behavioural
26}; // end namespace morpheo             
27#endif
Note: See TracBrowser for help on using the repository browser.