Ignore:
Timestamp:
12/10/10 16:04:54 (13 years ago)
Author:
hozdoba
Message:

Mise à jour

File:
1 edited

Legend:

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

    r126 r138  
    88      public : 
    99 
    10          const std::string& getId(void) const throw (XMLIOUndefinedValueException) 
     10         const std::string& getId(void) const 
    1111         { 
    1212            if (!hasId()) // Si l'identifiant de l'objet n'est pas défini. 
    13                throw XMLIOSERVER::XMLIOUndefinedValueException("Appel de la méthode AbstractObject::getId invalide."); 
     13               XMLIOError("Appel de la méthode AbstractObject::getId invalide."); 
    1414            return (id); 
    1515         } 
Note: See TracChangeset for help on using the changeset viewer.