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

Diff for /pegasus/src/Pegasus/CQL/CQLChainedIdentifier.cpp between version 1.1.2.9 and 1.1.2.10

version 1.1.2.9, 2004/09/22 20:48:09 version 1.1.2.10, 2004/09/27 13:55:13
Line 73 
Line 73 
         return _rep->prepend(id);         return _rep->prepend(id);
 } }
  
 Boolean CQLChainedIdentifier::applyScopes(){  void CQLChainedIdentifier::applyContext(QueryContext& inContext)
         return _rep->applyScopes();  {
     return _rep->applyContext(inContext);
 } }
  
 void CQLChainedIdentifier::parse(String & string){ void CQLChainedIdentifier::parse(String & string){


Legend:
Removed from v.1.1.2.9  
changed lines
  Added in v.1.1.2.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2