Ignore:
Timestamp:
04/07/11 15:04:00 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/xmlio/object_template.hpp

    r157 r168  
    3131 
    3232         virtual void parse(xml::CXMLNode & node); 
     33          
     34         /// Accesseurs /// 
     35         tree::ENodeType getType(void) const; 
    3336 
    3437         /// Test /// 
     
    3942 
    4043         /// Accesseur statique /// 
    41          static std::vector<boost::shared_ptr<DerivedType> > & GetAllVectobject(const StdString & contextId); 
     44         static std::vector<boost::shared_ptr<DerivedType> > & 
     45            GetAllVectobject(const StdString & contextId); 
    4246 
    4347         /// Destructeur /// 
Note: See TracChangeset for help on using the changeset viewer.