Changeset 240


Ignore:
Timestamp:
06/29/11 08:41:47 (13 years ago)
Author:
hozdoba
Message:
 
Location:
XMLIO_V2/dev/dev_rv/src4/xmlio
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src4/xmlio/exception.cpp

    r229 r240  
    5252   CException::~CException(void) 
    5353   { 
    54       if (desc_rethrow) throw (*this); 
     54      if (this->desc_rethrow) throw (*this); 
    5555   } 
    5656 
  • XMLIO_V2/dev/dev_rv/src4/xmlio/object.cpp

    r238 r240  
    5252   const std::string & CObject::getId(void) const 
    5353   { 
    54       if (!this->hasId()) 
    55          XIOS_ERROR("undefined_object_id", 
    56          << " L'identifiant de l'objet est requis mais n'est pas défini !"); 
    5754      return (this->id.get()); 
    5855   } 
Note: See TracChangeset for help on using the changeset viewer.