Changeset 533 for XIOS


Ignore:
Timestamp:
12/10/14 14:34:26 (9 years ago)
Author:
rlacroix
Message:

Fix compilation after r532 by adding the new "icdate.hpp" file which had been forgotten.

Location:
XIOS/trunk/src
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/type/type_specialisation.hpp

    r532 r533  
    180180    return 6 * sizeof(int); 
    181181  } 
    182    
    183   /*template <> 
    184   void CType<CDate>::_fromString(const string& str) 
    185   { 
    186     allocate() ; 
    187     *ptrValue=str ; 
    188   }   
    189  
    190   template <> 
    191   void CType_ref<CDate>::_fromString(const string& str) 
    192   { 
    193     checkEmpty() ; 
    194     *ptrValue=str ; 
    195   }   
    196  
    197   template <> 
    198   void CType_ref<CDate>::_fromString(const string& str) const 
    199   { 
    200     checkEmpty() ; 
    201     *ptrValue=str ; 
    202   }*/  
    203    
     182 
    204183  template <> 
    205184  bool CType<CDate>::_toBuffer(CBufferOut& buffer) const 
Note: See TracChangeset for help on using the changeset viewer.