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

Diff for /pegasus/src/Pegasus/Repository/Attic/RepositoryQueue.h between version 1.1 and 1.2

version 1.1, 2002/01/19 02:37:51 version 1.2, 2002/02/11 01:17:42
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%///////////////-*-c++-*-/////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 The Open group, BMC Software, Tivoli Systems, IBM // Copyright (c) 2000, 2001 The Open group, BMC Software, Tivoli Systems, IBM
 // //
Line 31 
Line 31 
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
   #include <Pegasus/Common/MessageQueueService.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 class PEGASUS_REPOSITORY_LINKAGE RepositoryQueue : public MessageQueue  class PEGASUS_REPOSITORY_LINKAGE RepositoryQueue : public MessageQueueService
 { {
 public: public:
         typedef MessageQueueService Base;
         RepositoryQueue(void);         RepositoryQueue(void);
         virtual ~RepositoryQueue(void);         virtual ~RepositoryQueue(void);
  


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2