Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (16 years ago)
Author:
rosiere
Message:

Almost complete design
with Test and test platform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Common/include/Translation.h

    r82 r88  
    1 #ifndef morpheo_Translation_H
    2 #define morpheo_Translation_H
     1#ifndef Morpheo_Translation_h
     2#define Morpheo_Translation_h
    33/*
    44 * $Id$
     
    1616#define MORPHEO_PACKAGE "morpheo"
    1717
    18 #ifdef NO_TRANSLATION
     18#ifdef TRANSLATION
     19# define _(str) dgettext (MORPHEO_PACKAGE,str)
     20#else
    1921# define _(str) (str)
    20 #else
    21 # define _(str) dgettext (MORPHEO_PACKAGE,str)
    2222#endif
    2323
    2424namespace morpheo
    2525{
    26   class Translation
    27   {
    28   public :  Translation (void);
    29   public : ~Translation (void);
    30   };
    31 
     26  void translation (void);
    3227}; // end namespace morpheo
    3328#endif
Note: See TracChangeset for help on using the changeset viewer.