Ignore:
Timestamp:
06/20/11 13:59:28 (13 years ago)
Author:
hozdoba
Message:

Préparation nouvelle arborescence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/common/src/xmlio/date.cpp

    r219 r231  
    1515      { 
    1616         if(!this->checkDate()) 
     17         { 
    1718            DEBUG(<< "La date initialisée a été modifiée " 
    1819                  << "car elle était incorrecte par rapport au calendrier souhaité."); 
     20         } 
    1921      } 
    2022 
     
    2527      { 
    2628         if(!this->checkDate()) 
     29         { 
    2730            DEBUG(<< "La date initialisée a été modifiée " 
    2831                  << "car elle était incorrecte par rapport au calendrier souhaité."); 
     32         } 
    2933      } 
    3034 
     
    6771         in >> date.hour >> c >> date.minute >> c >> date.second; 
    6872         if(!date.checkDate()) 
     73         { 
    6974            DEBUG("La date initialisée (depuis une chaîne de caractÚres) " 
    7075                  << "a été modifiée car elle était incorrecte " 
    7176                  << "par rapport au calendrier souhaité."); 
     77         } 
    7278         return (in); 
    7379      } 
Note: See TracChangeset for help on using the changeset viewer.