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/FIFO_Send.h | |
parent | 85fac9e743dbd47560deefe99a1c638e8551a614 (diff) | |
download | ATCD-1273754aeeb0c93f83ac20b3a7da8427532f7cd8.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/FIFO_Send.h')
-rw-r--r-- | ace/FIFO_Send.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/FIFO_Send.h b/ace/FIFO_Send.h index 8b3ee6a8052..757846d292e 100644 --- a/ace/FIFO_Send.h +++ b/ace/FIFO_Send.h @@ -21,9 +21,9 @@ #include "ace/FIFO.h" class ACE_Export ACE_FIFO_Send : public ACE_FIFO +{ // = TITLE // Sender side for the bytestream C++ wrapper for UNIX FIFOs -{ public: // = Initialization methods. ACE_FIFO_Send (void); |