diff options
Diffstat (limited to 'ace/LSOCK_CODgram.h')
-rw-r--r-- | ace/LSOCK_CODgram.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/LSOCK_CODgram.h b/ace/LSOCK_CODgram.h index 360148cbbf7..22003a3dc2e 100644 --- a/ace/LSOCK_CODgram.h +++ b/ace/LSOCK_CODgram.h @@ -25,10 +25,10 @@ #if !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS) class ACE_Export ACE_LSOCK_CODgram : public ACE_SOCK_CODgram, public ACE_LSOCK - // = TITLE - // Defines the member functions for the ACE_LSOCK - // connected datagram abstraction. { + // = TITLE + // Defines the member functions for the <ACE_LSOCK> connected + // datagram abstraction. public: // = Initialization methods. ACE_LSOCK_CODgram (void); |