summaryrefslogtreecommitdiff
path: root/ace/DEV_Connector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/DEV_Connector.cpp')
-rw-r--r--ace/DEV_Connector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/DEV_Connector.cpp b/ace/DEV_Connector.cpp
index 70f605762a9..35463c05aaf 100644
--- a/ace/DEV_Connector.cpp
+++ b/ace/DEV_Connector.cpp
@@ -33,7 +33,7 @@ ACE_DEV_Connector::connect (ACE_DEV_IO &new_io,
{
ACE_TRACE ("ACE_DEV_Connector::connect");
- ACE_HANDLE handle = ACE::handle_timed_open (timeout,
+ ACE_HANDLE handle = ACE_Handle_Ops::handle_timed_open (timeout,
remote_sap.get_path_name (),
flags, perms);
new_io.set_handle (handle);