diff options
Diffstat (limited to 'ACE/ace/Asynch_IO.h')
-rw-r--r-- | ACE/ace/Asynch_IO.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ACE/ace/Asynch_IO.h b/ACE/ace/Asynch_IO.h index 55e339e5f81..f31d5d0a42b 100644 --- a/ACE/ace/Asynch_IO.h +++ b/ACE/ace/Asynch_IO.h @@ -1657,8 +1657,7 @@ public: private: ACE_Handler *handler_; }; - typedef ACE_Refcounted_Auto_Ptr<Proxy, ACE_SYNCH_MUTEX> - Proxy_Ptr; + typedef ACE_Refcounted_Auto_Ptr<Proxy, ACE_SYNCH_MUTEX> Proxy_Ptr; Proxy_Ptr &proxy (void); |