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

Diff for /pegasus/src/Pegasus/IndicationService/IndicationService.cpp between version 1.205 and 1.206

version 1.205, 2006/09/22 18:28:59 version 1.206, 2006/09/27 20:13:21
Line 1291 
Line 1291 
         _updatePropertyList (request->className,         _updatePropertyList (request->className,
             propertyList, setTimeRemaining, startTimeAdded, durationAdded);             propertyList, setTimeRemaining, startTimeAdded, durationAdded);
  
         enumInstances = _subscriptionRepository->enumerateInstancesForClass          enumInstances = _subscriptionRepository->enumerateInstancesForClass(
             (request->nameSpace, request->className,              request->nameSpace, request->className, request->localOnly,
              request->deepInheritance, request->localOnly,  
              request->includeQualifiers, request->includeClassOrigin,              request->includeQualifiers, request->includeClassOrigin,
              false, propertyList);              propertyList);
  
 // l10n // l10n
         // Vars used to aggregate the content languages of the subscription         // Vars used to aggregate the content languages of the subscription
Line 1441 
Line 1440 
         _checkNonprivilegedAuthorization(userName);         _checkNonprivilegedAuthorization(userName);
         enumInstanceNames =         enumInstanceNames =
             _subscriptionRepository->enumerateInstanceNamesForClass             _subscriptionRepository->enumerateInstanceNamesForClass
             (request->nameSpace, request->className, false);              (request->nameSpace, request->className);
     }     }
     catch (CIMException& exception)     catch (CIMException& exception)
     {     {


Legend:
Removed from v.1.205  
changed lines
  Added in v.1.206

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2