Ignore:
Timestamp:
02/14/12 14:37:56 (12 years ago)
Author:
ymipsl
Message:

CXios::getin has now default parameters

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/cxios.hpp

    r300 r311  
    2222    
    2323     template <typename T> 
     24     static T getin(const string& id,const T& defaultValue) ; 
     25      
     26     template <typename T> 
    2427     static T getin(const string& id) ; 
    25  
    2628 
    2729     static bool isClient ; 
Note: See TracChangeset for help on using the changeset viewer.