Ignore:
Timestamp:
10/07/10 16:17:04 (14 years ago)
Author:
hozdoba
Message:

suite du précédent commit

File:
1 edited

Legend:

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

    r126 r127  
    108108 
    109109            Poco::XML::Node * getCNode(void) const { return (this->cNode); } 
     110 
    110111            void setCNode(Poco::XML::Node * _otherNode) { this->cNode = _otherNode; } 
    111112 
     
    129130            Poco::XML::Node* cNode; 
    130131 
    131             string rootName; 
     132            std::string rootName; 
    132133 
    133134      };// class XMLNode 
Note: See TracChangeset for help on using the changeset viewer.