summaryrefslogtreecommitdiff
path: root/ace/Module.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:26:46 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:26:46 +0000
commit9e9254f32711d4ecf1e3f71b54982eaf6845388e (patch)
tree760551d54bece3e52d2f1cd3d05b26d9c1c1439b /ace/Module.h
parent4ecd5d0edb663fdba4935912ccdbbf79a66482ae (diff)
downloadATCD-9e9254f32711d4ecf1e3f71b54982eaf6845388e.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Module.h')
-rw-r--r--ace/Module.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/Module.h b/ace/Module.h
index 7a1b34da082..f0a667e6d4f 100644
--- a/ace/Module.h
+++ b/ace/Module.h
@@ -25,6 +25,7 @@
template <ACE_SYNCH_DECL>
class ACE_Module
+{
// = TITLE
// An abstraction for managing a bi-directional flow of messages.
//
@@ -32,9 +33,9 @@ class ACE_Module
// This is based on the Module concept in System V Streams,
// which contains a pair of Tasks, one for handling upstream
// processing, one for handling downstream processing.
-{
- friend class ACE_Shutup_GPlusPlus; // Turn off g++ warning
public:
+ friend class ACE_Shutup_GPlusPlus; // Turn off g++ warning
+
enum
{
M_DELETE_NONE = 0,