Ignore:
Timestamp:
11/10/16 13:29:57 (8 years ago)
Author:
mhnguyen
Message:

First working version.
There are more things to do with it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/node/variable.hpp

    r773 r987  
    3131         , public CVariableAttributes 
    3232      { 
     33                     /// typedef /// 
     34            typedef CObjectTemplate<CVariable>   SuperClass; 
     35            typedef CVariableAttributes SuperClassAttribute; 
     36             
     37         public : 
    3338            enum EEventId 
    3439            { 
    3540             EVENT_ID_VARIABLE_VALUE 
    3641            }; 
    37  
    38             /// typedef /// 
    39             typedef CObjectTemplate<CVariable>   SuperClass; 
    40             typedef CVariableAttributes SuperClassAttribute; 
    4142 
    4243            friend class CVariableGroup; 
Note: See TracChangeset for help on using the changeset viewer.