diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-21 19:26:46 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-21 19:26:46 +0000 |
commit | 1273754aeeb0c93f83ac20b3a7da8427532f7cd8 (patch) | |
tree | 760551d54bece3e52d2f1cd3d05b26d9c1c1439b /ace/TLI_Stream.h | |
parent | 85fac9e743dbd47560deefe99a1c638e8551a614 (diff) | |
download | ATCD-1273754aeeb0c93f83ac20b3a7da8427532f7cd8.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/TLI_Stream.h')
-rw-r--r-- | ace/TLI_Stream.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/TLI_Stream.h b/ace/TLI_Stream.h index e001958b91e..9799e500c9b 100644 --- a/ace/TLI_Stream.h +++ b/ace/TLI_Stream.h @@ -24,12 +24,13 @@ #if defined (ACE_HAS_TLI) class ACE_Export ACE_TLI_Stream : public ACE_TLI +{ // = TITLE // Defines the member functions for ACE_TLI_Stream abstraction. -{ -friend class ACE_TLI_Acceptor; -friend class ACE_TLI_Connector; public: + friend class ACE_TLI_Acceptor; + friend class ACE_TLI_Connector; + // = Initialization and termination methods. ACE_TLI_Stream (void); // Default constructor. |