source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Shifter/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: 441 bytes
Line 
1#ifdef STATISTICS
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Generic/Shifter/include/Statistics.h"
10
11#include <sstream>
12using namespace std;
13
14namespace morpheo                    {
15namespace behavioural {
16namespace generic {
17namespace shifter {
18
19
20  void Statistics::add ()
21  {
22  };
23
24}; // end namespace shifter
25}; // end namespace generic
26
27}; // end namespace behavioural
28}; // end namespace morpheo             
29#endif
Note: See TracBrowser for help on using the repository browser.