Ignore:
Timestamp:
09/14/11 17:17:43 (13 years ago)
Author:
hozdoba
Message:

Suite nouvelle interface fortran

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/xmlio/xml_node.cpp

    r171 r272  
    6565      } 
    6666 
     67      bool CXMLNode::getContent(StdString & content) 
     68      { 
     69         if (this->node->value_size() == 0) return (false); 
     70         content.assign(this->node->value(), this->node->value_size()); 
     71         return (true); 
     72      } 
     73 
    6774      const StdString & CXMLNode::GetRootName(void) 
    6875      {  
Note: See TracChangeset for help on using the changeset viewer.