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

Diff for /pegasus/src/Pegasus/CQL/CQLChainedIdentifierRep.cpp between version 1.1.2.16 and 1.1.2.17

version 1.1.2.16, 2004/10/29 14:18:33 version 1.1.2.17, 2004/10/31 16:02:00
Line 35 
Line 35 
 #include "CQLChainedIdentifier.h" #include "CQLChainedIdentifier.h"
 #include "CQLChainedIdentifierRep.h" #include "CQLChainedIdentifierRep.h"
 #include <Pegasus/CQL/CQLFactory.h> #include <Pegasus/CQL/CQLFactory.h>
   #include <Pegasus/CQL/QueryContext.h>
   
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 CQLChainedIdentifierRep::CQLChainedIdentifierRep(){ CQLChainedIdentifierRep::CQLChainedIdentifierRep(){
Line 300 
Line 302 
                 /* append the range we may have removed */                 /* append the range we may have removed */
                 String tmp = string.subString(index+1);                 String tmp = string.subString(index+1);
                 tmp.append(range);                 tmp.append(range);
                 PEGASUS_STD(cout) << "tmp = " << tmp << PEGASUS_STD(endl);  
                 _subIdentifiers.append(CQLIdentifier(tmp));                 _subIdentifiers.append(CQLIdentifier(tmp));
  
                 while(index != PEG_NOT_FOUND){                 while(index != PEG_NOT_FOUND){


Legend:
Removed from v.1.1.2.16  
changed lines
  Added in v.1.1.2.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2