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

Diff for /pegasus/src/Pegasus/WQL/WQLOperand.cpp between version 1.1.2.2 and 1.1.2.3

version 1.1.2.2, 2001/12/02 20:36:49 version 1.1.2.3, 2001/12/03 00:08:00
Line 32 
Line 32 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 WQLOperand::WQLOperand() : _type(UNITIALIZED)  WQLOperand::WQLOperand() : _type(NULL_VALUE)
 { {
  
 } }
Line 61 
Line 61 
     else if (_type == STRING_VALUE)     else if (_type == STRING_VALUE)
         ((String*)_stringValue)->~String();         ((String*)_stringValue)->~String();
  
     _type = UNITIALIZED;      _type = NULL_VALUE;
 } }
  
 void WQLOperand::assign(const WQLOperand& x) void WQLOperand::assign(const WQLOperand& x)
Line 141 
Line 141 
         }         }
  
         default:         default:
             result = "UNITIALIZED";              result = "NULL_VALUE";
             break;             break;
     }     }
  


Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2