Ignore:
Timestamp:
10/11/10 16:10:10 (14 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

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

    r126 r128  
    8181         { out << NIndent << "<!-- No child -->" << std::endl; } 
    8282 
    83          virtual void resolveDescInheritance(const AttributRegistrar* _parent = 0) 
     83         virtual void solveDescInheritance(const AttributRegistrar* _parent = 0) 
    8484         { this->addAttributes(*_parent); } 
    8585 
    86          virtual void resolveRefInheritance (void) 
     86         virtual void solveRefInheritance (void) 
    8787         { 
    8888            std::set<T*> sset; 
Note: See TracChangeset for help on using the changeset viewer.