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

Diff for /pegasus/src/Pegasus/Repository/AssocClassCache.h between version 1.2 and 1.2.2.1

version 1.2, 2006/01/30 16:18:20 version 1.2.2.1, 2006/06/09 17:22:22
Line 63 
Line 63 
     /** Retrieve an entry for an association class through direct     /** Retrieve an entry for an association class through direct
      * access via the from class name.      * access via the from class name.
     */     */
     Boolean getAssocClassEntry(const String& lowerCaseFromClassName,      Boolean getAssocClassEntry(const String& fromClassName,
                                Array< Array<String> >& entryList);                                Array< Array<String> >& entryList);
  
     /** Add a new entry to the association cache.     /** Add a new entry to the association cache.
     */     */
     Boolean addRecord(const String& lowerCaseFromClassName,      Boolean addRecord(const String& fromClassName,
                       Array<String> assocClassEntry);                       Array<String> assocClassEntry);
  
     /** Remove an entry from the association cache specified by the given     /** Remove an entry from the association cache specified by the given
      * association class name.      * association class name.
     */     */
     Boolean removeEntry(const String& lowerCaseFromClassName);      Boolean removeEntry(const String& fromClassName);
  
    /** Remove an association record from the association cache specified by the given    /** Remove an association record from the association cache specified by the given
     *  from class name and association name.     *  from class name and association name.
     */     */
     Boolean removeRecord(const String& lowerCaseFromClassName,      Boolean removeRecord(const String& fromClassName,
                          const String& lowerCaseAssocClassName);                           const String& assocClassName);
  
     /** Check if the cache is loaded with objects already.     /** Check if the cache is loaded with objects already.
     */     */


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2