Ignore:
Timestamp:
04/12/11 16:54:20 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

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

    r168 r172  
    2929         virtual StdString toString(void) const; 
    3030         virtual void fromString(const StdString & str); 
     31 
     32         virtual void toBinary  (StdOStream & os) const; 
     33         virtual void fromBinary(StdIStream & is); 
    3134 
    3235         virtual void parse(xml::CXMLNode & node); 
     
    6265         static xios_map<StdString, 
    6366                xios_map<StdString, 
    64                 boost::shared_ptr<DerivedType> > > AllMapObj; 
     67                boost::shared_ptr<DerivedType> > > AllMapObj;  
    6568         static xios_map<StdString, 
    6669                std::vector<boost::shared_ptr<DerivedType> > > AllVectObj; 
Note: See TracChangeset for help on using the changeset viewer.