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

Diff for /pegasus/src/Pegasus/Provider/InternalCIMOMHandleRep.cpp between version 1.43 and 1.43.4.1

version 1.43, 2009/12/15 11:39:38 version 1.43.4.1, 2013/06/03 22:36:17
Line 44 
Line 44 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
   // If is class only, return true.  This is used only to determine
   // if the input for associators, etc. requests objectPath is a class or
   // instance request.
   Boolean _isClassRequest(const CIMObjectPath& ref)
   {
       return ref.getKeyBindings().size () == 0;
   }
   
 InternalCIMOMHandleMessageQueue::InternalCIMOMHandleMessageQueue() InternalCIMOMHandleMessageQueue::InternalCIMOMHandleMessageQueue()
     : MessageQueue(PEGASUS_QUEUENAME_INTERNALCLIENT),     : MessageQueue(PEGASUS_QUEUENAME_INTERNALCLIENT),
     _output_qid(0),     _output_qid(0),
Line 1217 
Line 1225 
             includeQualifiers,             includeQualifiers,
             includeClassOrigin,             includeClassOrigin,
             propertyList,             propertyList,
             QueueIdStack());              QueueIdStack(),
               _isClassRequest(objectName));
  
     // copy and adjust, as needed, the operation context     // copy and adjust, as needed, the operation context
     request->operationContext = _filterOperationContext(context);     request->operationContext = _filterOperationContext(context);
Line 1286 
Line 1295 
             resultClass,             resultClass,
             role,             role,
             resultRole,             resultRole,
             QueueIdStack());              QueueIdStack(),
               _isClassRequest(objectName));
  
     // copy and adjust, as needed, the operation context     // copy and adjust, as needed, the operation context
     request->operationContext = _filterOperationContext(context);     request->operationContext = _filterOperationContext(context);
Line 1356 
Line 1366 
             includeQualifiers,             includeQualifiers,
             includeClassOrigin,             includeClassOrigin,
             propertyList,             propertyList,
             QueueIdStack());              QueueIdStack(),
               _isClassRequest(objectName));
  
     // copy and adjust, as needed, the operation context     // copy and adjust, as needed, the operation context
     request->operationContext = _filterOperationContext(context);     request->operationContext = _filterOperationContext(context);
Line 1421 
Line 1432 
             objectName,             objectName,
             resultClass,             resultClass,
             role,             role,
             QueueIdStack());              QueueIdStack(),
               _isClassRequest(objectName));
  
     // copy and adjust, as needed, the operation context     // copy and adjust, as needed, the operation context
     request->operationContext = _filterOperationContext(context);     request->operationContext = _filterOperationContext(context);


Legend:
Removed from v.1.43  
changed lines
  Added in v.1.43.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2