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

Diff for /pegasus/src/Pegasus/Repository/CIMRepository.cpp between version 1.214 and 1.215

version 1.214, 2013/03/28 19:54:40 version 1.215, 2013/04/13 19:03:10
Line 1841 
Line 1841 
         //  The instanceName of a singleton instance of a keyless class also         //  The instanceName of a singleton instance of a keyless class also
         //  has no key bindings.         //  has no key bindings.
         //  This works today because we do not use singleton instances in         //  This works today because we do not use singleton instances in
         //  the model. See bug 3302.          //  the model. See BUG_3302.
         //         //
         CIMObjectPath tmpRef = names[i];         CIMObjectPath tmpRef = names[i];
         tmpRef.setHost(String());         tmpRef.setHost(String());
Line 1935 
Line 1935 
     //  The instanceName of a singleton instance of a keyless class also     //  The instanceName of a singleton instance of a keyless class also
     //  has no key bindings     //  has no key bindings
     //  This works today because we do not use singleton instances in     //  This works today because we do not use singleton instances in
     //  the model. See bug 3302.      //  the model. See BUG_3302.
     if (objectName.getKeyBindings ().size () == 0)     if (objectName.getKeyBindings ().size () == 0)
     {     {
         CIMName className = objectName.getClassName();         CIMName className = objectName.getClassName();
Line 2039 
Line 2039 
         //  The instanceName of a singleton instance of a keyless class also         //  The instanceName of a singleton instance of a keyless class also
         //  has no key bindings         //  has no key bindings
         //  This works today because we do not use singleton instances in         //  This works today because we do not use singleton instances in
         //  the model. See bug 3302.          //  the model. See BUG_3302.
         //         //
         if (objectName.getKeyBindings ().size () == 0)         if (objectName.getKeyBindings ().size () == 0)
         {         {
Line 2118 
Line 2118 
         //  The instanceName of a singleton instance of a keyless class also         //  The instanceName of a singleton instance of a keyless class also
         //  has no key bindings         //  has no key bindings
         //  This works today because we do not use singleton instances in         //  This works today because we do not use singleton instances in
         //  the model. See bug 3302.          //  the model. See BUG_3302.
         //         //
         if (objectName.getKeyBindings ().size () == 0)         if (objectName.getKeyBindings ().size () == 0)
         {         {


Legend:
Removed from v.1.214  
changed lines
  Added in v.1.215

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2