summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
Diffstat (limited to 'ace')
-rw-r--r--ace/Asynch_IO.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Asynch_IO.h b/ace/Asynch_IO.h
index 035c4bb01dd..4942e3d73c8 100644
--- a/ace/Asynch_IO.h
+++ b/ace/Asynch_IO.h
@@ -1576,10 +1576,10 @@ public:
private:
ACE_Handler *handler_;
};
- typedef ACE_Refcounted_Auto_Ptr<ACE_Handler::Proxy,ACE_SYNCH_MUTEX>
+ typedef ACE_Refcounted_Auto_Ptr<Proxy, ACE_SYNCH_MUTEX>
Proxy_Ptr;
- ACE_Handler::Proxy_Ptr &proxy (void);
+ Proxy_Ptr &proxy (void);
protected:
/// The proactor associated with this handler.
@@ -1589,7 +1589,7 @@ protected:
ACE_HANDLE handle_;
/// Refers to proxy for this handler.
- ACE_Refcounted_Auto_Ptr<ACE_Handler::Proxy, ACE_SYNCH_MUTEX> proxy_;
+ ACE_Refcounted_Auto_Ptr<Proxy, ACE_SYNCH_MUTEX> proxy_;
};
// Forward declarations