(file) Return to WsmValue.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / WsmServer

Diff for /pegasus/src/Pegasus/WsmServer/WsmValue.cpp between version 1.2 and 1.3

version 1.2, 2008/04/29 20:40:16 version 1.3, 2008/05/01 20:34:00
Line 168 
Line 168 
  
 Uint32 WsmValue::getArraySize() Uint32 WsmValue::getArraySize()
 { {
     if (!_isArray)      if (_isArray)
         return 0;      {
   
     switch (_type)     switch (_type)
     {     {
         case WSMTYPE_REFERENCE:         case WSMTYPE_REFERENCE:
Line 187 
Line 186 
     }     }
 } }
  
       return 0;
   }
   
 void WsmValue::_release() void WsmValue::_release()
 { {
     if (_isNull)     if (_isNull)


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2