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/attribute_template.hpp

    r152 r173  
    5353 
    5454            virtual void toBinary  (StdOStream & os) const; 
    55             virtual void fromBinary(StdIStream & is); 
     55            virtual void fromBinary(StdIStream & is);             
    5656 
    5757         protected : 
     
    6060            CAttributeTemplate(void); // Not implemented. 
    6161 
    62       }; // class CAttribute 
    63  
     62      }; // class CAttribute     
     63       
    6464   } // namespace tree 
     65    
     66   template <class T>  void FromBinary(StdIStream & is, T & obj); 
     67    
    6568} // namespace xmlioserver 
    6669 
Note: See TracChangeset for help on using the changeset viewer.