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

Diff for /pegasus/src/Pegasus/CQL/CQLIdentifier.h between version 1.2 and 1.3

version 1.2, 2004/11/21 12:13:07 version 1.3, 2004/11/29 21:50:48
Line 75 
Line 75 
   public:   public:
     CQLIdentifier();     CQLIdentifier();
  
       /**  The constructor for a CQLIdentifier object
             takes a string as input.  The string should contain the
             property portion of a CQLChainedIdentifier.
   
            The constructor parses the input string into the components of
            the property identifier.
   
            @param - identifier.  The raw string to be parsed into a CQLIdentifier
            @return - None.
            @throws - CQLIdentifierParseException
         */
     CQLIdentifier(String identifier);     CQLIdentifier(String identifier);
  
       /**
           Copy constructor
   
           @param - id.  The CQLIdentifier to copy construct from
           @return - None.
           @throws - None.
       */
     CQLIdentifier(const CQLIdentifier& id);     CQLIdentifier(const CQLIdentifier& id);
  
       /**
           Constructs a CQLIdentifier from its base class
   
           @param - identifier.  The raw string to be parsed into a CQLIdentifier
           @return - None.
           @throws - None.
       */
     CQLIdentifier(const QueryIdentifier& id);     CQLIdentifier(const QueryIdentifier& id);
  
     ~CQLIdentifier();     ~CQLIdentifier();


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2