Ignore:
Timestamp:
10/11/10 16:10:10 (14 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

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

    r127 r128  
    6464         virtual void setValue(const Ctype & value_) 
    6565         { _hasValue = true ; value = value_ ;} 
     66 
     67         Ctype* getValue(void) 
     68         { if (!_hasValue) return(NULL); return (&value); } 
    6669 
    6770         virtual void getValue(Ctype & value_) const 
Note: See TracChangeset for help on using the changeset viewer.