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

Diff for /pegasus/src/Pegasus/CQL/CQLSelectStatementRep.cpp between version 1.1.2.25 and 1.1.2.26

version 1.1.2.25, 2004/11/01 15:46:17 version 1.1.2.26, 2004/11/02 16:18:46
Line 1008 
Line 1008 
   _predicate = inPredicate;   _predicate = inPredicate;
 } }
  
   CQLPredicate CQLSelectStatementRep::getPredicate() const
   {
     return _predicate;
   }
   
 void CQLSelectStatementRep::insertClassPathAlias(const CQLIdentifier& inIdentifier, void CQLSelectStatementRep::insertClassPathAlias(const CQLIdentifier& inIdentifier,
                                                  String inAlias)                                                  String inAlias)
 { {
Line 1111 
Line 1116 
  
 void CQLSelectStatementRep::normalizeToDOC() void CQLSelectStatementRep::normalizeToDOC()
 { {
     if (!_contextApplied)
       applyContext();
  
     // ATTN - add normalize code.
 } }
  
 String CQLSelectStatementRep::toString() String CQLSelectStatementRep::toString()


Legend:
Removed from v.1.1.2.25  
changed lines
  Added in v.1.1.2.26

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2