diff options
Diffstat (limited to 'ace/Module.h')
-rw-r--r-- | ace/Module.h | 5 |
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, |