Ignore:
Timestamp:
04/25/17 10:57:59 (7 years ago)
Author:
mhnguyen
Message:

Clean up some compilation warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/attribute.cpp

    r680 r1107  
    1212      { /* Ne rien faire de plus */ } 
    1313/* 
    14       CAttribute::CAttribute(const CAttribute & attribut) 
    15          : CObject(attribut.getId()),CBaseType() 
    16       {  
    17  //        this->value = attribut.getAnyValue();  
    18       } 
    1914*/       
    2015      CAttribute::~CAttribute(void) 
     
    2217       
    2318      ///-------------------------------------------------------------- 
    24 /* 
    25       const boost::any & CAttribute::getAnyValue(void) const 
    26       {  
    27          return (this->value);  
    28       } 
    2919 
    30  
    31       void CAttribute::setAnyValue(const boost::any & value) 
    32       {  
    33          this->value = value;  
    34       } 
    35        
    36       void CAttribute::clear(void) 
    37       { 
    38          this->value = boost::any();  
    39       } 
    40  
    41       //--------------------------------------------------------------- 
    42  
    43       bool CAttribute::isEmpty(void) const 
    44       {  
    45          return (this->value.empty());  
    46       } 
    47 */ 
    4820      const StdString & CAttribute::getName(void) const 
    4921      {  
     
    7951      ///-------------------------------------------------------------- 
    8052 
    81  
    8253      CMessage& operator<<(CMessage& msg,CAttribute& type) 
    8354      { 
Note: See TracChangeset for help on using the changeset viewer.