Ignore:
Timestamp:
11/10/16 13:29:57 (7 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/domain.hpp

    r953 r987  
    4242      , public CDomainAttributes 
    4343   { 
    44  
     44               /// typedef /// 
     45         typedef CObjectTemplate<CDomain>   SuperClass; 
     46         typedef CDomainAttributes SuperClassAttribute; 
     47          
     48      public : 
    4549         enum EEventId 
    4650         { 
     
    4852         } ; 
    4953 
    50          /// typedef /// 
    51          typedef CObjectTemplate<CDomain>   SuperClass; 
    52          typedef CDomainAttributes SuperClassAttribute; 
     54 
    5355 
    5456      public: 
Note: See TracChangeset for help on using the changeset viewer.