(file) Return to ElementConformsToProfile.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ControlProviders / InteropProvider

Diff for /pegasus/src/Pegasus/ControlProviders/InteropProvider/ElementConformsToProfile.cpp between version 1.12.6.2 and 1.14

version 1.12.6.2, 2013/06/03 22:35:54 version 1.14, 2011/11/03 04:40:07
Line 275 
Line 275 
     {     {
         CIMObjectPath serverProfile = buildDependencyReference(         CIMObjectPath serverProfile = buildDependencyReference(
             hostName,             hostName,
             buildProfileInstanceId(DMTF_NAME, "Indications", DMTF_VER_110),              buildProfileInstanceId(DMTF_NAME, "Indications", DMTF_VER_100),
             PEGASUS_CLASSNAME_PG_REGISTEREDPROFILE);             PEGASUS_CLASSNAME_PG_REGISTEREDPROFILE);
         // Retrieve the IndicationService instance         // Retrieve the IndicationService instance
         Array<CIMInstance> indService =         Array<CIMInstance> indService =
Line 313 
Line 313 
     {     {
         String versionNumber;         String versionNumber;
         String profileName;         String profileName;
         //Can use 0 here as registered organization value of 0 is          Uint16 regOrgNo;
         //ruled out(not specified in the CIM Schema  
         Uint16 regOrgNo = 0;  
  
         Uint32 index = profiles[i].findProperty("RegisteredVersion");         Uint32 index = profiles[i].findProperty("RegisteredVersion");
         if (index != PEG_NOT_FOUND)         if (index != PEG_NOT_FOUND)
Line 345 
Line 343 
             }             }
         }         }
  
         if ( regOrgNo != 0 && regOrg == regOrgNo)          if (regOrg == regOrgNo)
         {         {
             if (profileName == ServerProfileName ||             if (profileName == ServerProfileName ||
                 (regOrg == SNIA_NUM &&                 (regOrg == SNIA_NUM &&


Legend:
Removed from v.1.12.6.2  
changed lines
  Added in v.1.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2