Ignore:
Timestamp:
03/30/12 17:45:29 (12 years ago)
Author:
ymipsl
Message:

removed "tree" namespace

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/object_template.hpp

    r335 r345  
    1616      class CObjectTemplate 
    1717         : public CObject 
    18          , public virtual tree::CAttributeMap 
     18         , public virtual CAttributeMap 
    1919   { 
    2020 
     
    2323 
    2424         /// Typedef /// 
    25          typedef tree::CAttributeMap SuperClassMap; 
     25         typedef CAttributeMap SuperClassMap; 
    2626         typedef CObject SuperClass; 
    2727         typedef T DerivedType; 
     
    4444          
    4545         /// Accesseurs /// 
    46          tree::ENodeType getType(void) const; 
     46         ENodeType getType(void) const; 
    4747 
    4848         /// Test /// 
     
    5555         static void ClearAllAttributes(void); 
    5656         void sendAttributToServer(const string& id); 
    57          void sendAttributToServer(tree::CAttribute& attr) ; 
     57         void sendAttributToServer(CAttribute& attr) ; 
    5858         static void recvAttributFromClient(CEventServer& event) ; 
    5959         static bool dispatchEvent(CEventServer& event) ; 
Note: See TracChangeset for help on using the changeset viewer.