source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Group/src/Parameters.cpp @ 2

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

Import Morpheo

File size: 551 bytes
Line 
1#ifdef STATISTICS
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Generic/Group/include/Parameters.h"
10
11namespace morpheo                    {
12namespace behavioural                {
13namespace generic                    {
14namespace group                      {
15
16  Parameters::Parameters (uint32_t   nb_elt):
17    _nb_elt (nb_elt               )
18  {};
19   
20  Parameters::~Parameters () {};
21 
22}; // end namespace group
23}; // end namespace generic
24}; // end namespace behavioural         
25}; // end namespace morpheo             
26#endif
Note: See TracBrowser for help on using the repository browser.