Ignore:
Timestamp:
09/27/10 14:01:47 (14 years ago)
Author:
hozdoba
Message:

Début de gestion des opérations sur les champs + quelques modifications

File:
1 edited

Legend:

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

    r119 r123  
    2626         friend std::istream& operator>>(std::istream& in, struct _duration& d) 
    2727         { 
     28            d.year = d.month = d.day = d.hour = d.minute = d.second = 0.0; 
    2829            double v = 1.0; 
    2930            char   c = '/'; 
     
    7778                         Hour   = {0.0, 0.0, 0.0, 1.0, 0.0, 0.0}, 
    7879                         Minute = {0.0, 0.0, 0.0, 0.0, 1.0, 0.0}, 
    79                          Second = {0.0, 0.0, 0.0, 0.0, 0.0, 1.0}; 
     80                         Second = {0.0, 0.0, 0.0, 0.0, 0.0, 1.0}, 
     81                         NoneDu = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}; 
    8082 
    8183} // namespace XMLIOSERVER 
Note: See TracChangeset for help on using the changeset viewer.