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

Diff for /pegasus/src/Pegasus/Common/AnonymousPipe.h between version 1.5 and 1.6

version 1.5, 2005/05/11 15:21:21 version 1.6, 2006/01/27 19:23:07
Line 194 
Line 194 
         Private, unimplemented copy constructor to avoid implicit use of         Private, unimplemented copy constructor to avoid implicit use of
         the default copy constructor         the default copy constructor
     */     */
     AnonymousPipe (const AnonymousPipe & anonymousPipe) {}      AnonymousPipe (const AnonymousPipe & anonymousPipe);
  
     /**     /**
         Private, unimplemented assignment operator to avoid implicit use of         Private, unimplemented assignment operator to avoid implicit use of
         the default assignment operator         the default assignment operator
     */     */
     AnonymousPipe & operator= (const AnonymousPipe & anonymousPipe)      AnonymousPipe & operator= (const AnonymousPipe & anonymousPipe);
         {return *this;}  
  
 #if defined (PEGASUS_OS_TYPE_WINDOWS) #if defined (PEGASUS_OS_TYPE_WINDOWS)
     typedef HANDLE AnonymousPipeHandle;     typedef HANDLE AnonymousPipeHandle;


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2