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

Diff for /pegasus/src/Pegasus/ProviderManager2/SimpleResponseHandler.h between version 1.1.2.1 and 1.3

version 1.1.2.1, 2004/03/10 14:19:29 version 1.3, 2004/08/31 21:56:42
Line 41 
Line 41 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
   //
   // ValueResponseHandler (used internally to implement property operations)
   //
   class PEGASUS_PPM_LINKAGE ValueResponseHandler : virtual public ResponseHandler
   {
   public:
       virtual void deliver(const CIMValue & value) = 0;
   
       virtual void deliver(const Array<CIMValue> & values) = 0;
   };
   
   
   //
   // SimpleResponseHandler
   //
 class PEGASUS_PPM_LINKAGE SimpleResponseHandler : virtual public ResponseHandler class PEGASUS_PPM_LINKAGE SimpleResponseHandler : virtual public ResponseHandler
 { {
 public: public:
Line 83 
Line 98 
                            (ContentLanguageListContainer::NAME);                            (ContentLanguageListContainer::NAME);
             langs = cntr.getLanguages();             langs = cntr.getLanguages();
         }         }
         catch (Exception & e)          catch (const Exception &)
         {         {
             // The content language container must not exist.             // The content language container must not exist.
             // Return the empty ContentLanguages.             // Return the empty ContentLanguages.


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2