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

Diff for /pegasus/src/Pegasus/CQL/CQLTerm.cpp between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2004/08/20 18:22:36 version 1.1.2.2, 2004/08/26 18:55:19
Line 11 
Line 11 
 } }
  
 //##ModelId=40FC32680152 //##ModelId=40FC32680152
 CQLValue CQLTerm::getValue(CIMInstance CI, QueryContext& QueryCtx)  CQLValue CQLTerm::resolveValue(CIMInstance CI, QueryContext& QueryCtx)
 { {
 } }
  
Line 20 
Line 20 
 { {
 } }
  
   String CQLTerm::toString()
   {
   
   }
   
   Boolean CQLTerm::isSimpleValue()
   {
   
   }
   
   Array<CQLFactor> getFactors()
   {
   
   }
   
   Array<FactorOpType> CQLTerm::getOperators()
   {
   
   }
   
   void CQLTerm::applyScopes(Array<CQLScope> inScope)
   {
   
   }
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2