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

Diff for /pegasus/src/Pegasus/CQL/CQLChainedIdentifier.h between version 1.1.2.4 and 1.1.2.5

version 1.1.2.4, 2004/09/08 15:54:37 version 1.1.2.5, 2004/09/16 15:53:19
Line 8 
Line 8 
 #include <Pegasus/CQL/CQLIdentifier.h> #include <Pegasus/CQL/CQLIdentifier.h>
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
 class PEGASUS_CQL_LINKAGE CQLScope; class PEGASUS_CQL_LINKAGE CQLScope;
   class PEGASUS_CQL_LINKAGE CQLFactory;
 class PEGASUS_CQL_LINKAGE CQLChainedIdentifierRep; class PEGASUS_CQL_LINKAGE CQLChainedIdentifierRep;
   
 /** /**
 CQLChainedIdentifier class is used for parsing (not resolving) CQLChainedIdentifier class is used for parsing (not resolving)
 the identifier portion of a CQL select statement. the identifier portion of a CQL select statement.
Line 74 
Line 74 
  
     void applyScopes(Array<CQLScope>& scopes);     void applyScopes(Array<CQLScope>& scopes);
  
       friend class CQLFactory;
   
   private:   private:
  
     void parse(String & string);     void parse(String & string);


Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2