diff options
Diffstat (limited to 'ace/DEV_IO.h')
-rw-r--r-- | ace/DEV_IO.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/DEV_IO.h b/ace/DEV_IO.h index 19e19fa374c..42f26b1bb2a 100644 --- a/ace/DEV_IO.h +++ b/ace/DEV_IO.h @@ -21,11 +21,12 @@ #include "ace/DEV_Addr.h" class ACE_Export ACE_DEV_IO : public ACE_DEV +{ // = TITLE // Read/Write operations on Devices. -{ -friend class ACE_DEV_Connector; public: + friend class ACE_DEV_Connector; + ACE_DEV_IO (void); // Default constructor. |