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

Legend:

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

    r168 r173  
    2020   // Declare/Define CFileAttribute 
    2121   BEGIN_DECLARE_ATTRIBUTE_MAP(CContext) 
    22    #include "context_attribute.conf" 
     22include "context_attribute.conf" 
    2323   END_DECLARE_ATTRIBUTE_MAP(CContext) 
    2424 
     
    7373 
    7474         virtual StdString toString(void) const; 
     75         virtual void toBinary  (StdOStream & os) const; 
     76         virtual void fromBinary(StdIStream & is); 
    7577 
    7678   }; // class CContext 
Note: See TracChangeset for help on using the changeset viewer.