(file) Return to ResponseHandlerRep.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Provider / Attic

Diff for /pegasus/src/Pegasus/Provider/Attic/ResponseHandlerRep.h between version 1.8 and 1.9

version 1.8, 2002/06/04 23:30:04 version 1.9, 2002/06/05 01:48:53
Line 43 
Line 43 
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 template<class T> template<class T>
 class PEGASUS_COMMON_LINKAGE ResponseHandlerRep : public Sharable  class PEGASUS_PROVIDER_LINKAGE ResponseHandlerRep : public Sharable
 { {
 public: public:
     ResponseHandlerRep(void);      ResponseHandlerRep(void)
     virtual ~ResponseHandlerRep(void);      {
       }
       virtual ~ResponseHandlerRep(void)
       {
       }
  
     virtual void processing(void) = 0;     virtual void processing(void) = 0;
  
Line 103 
Line 107 
  
 }; };
  
 template<class T>  
 inline ResponseHandlerRep<T>::ResponseHandlerRep(void)  
 {  
 }  
   
 template<class T>  
 inline ResponseHandlerRep<T>::~ResponseHandlerRep(void)  
 {  
 }  
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  
 #endif #endif


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2