diff options
Diffstat (limited to 'ace/SPIPE.h')
-rw-r--r-- | ace/SPIPE.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SPIPE.h b/ace/SPIPE.h index 14b45efd23f..2ab84a55acd 100644 --- a/ace/SPIPE.h +++ b/ace/SPIPE.h @@ -21,10 +21,10 @@ #include "ace/SPIPE_Addr.h" class ACE_Export ACE_SPIPE : public ACE_IPC_SAP +{ // = TITLE // Defines the member functions for the base class of the // ACE_SPIPE abstraction. -{ public: int close (void); // Close down the STREAM pipe without removing the rendezvous point. |