diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-08-14 07:03:12 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-08-14 07:03:12 +0000 |
commit | be31abeeb9bd47cea6406f48a12b005e1f81ad78 (patch) | |
tree | bd0d1a3d7e80466e5e8e99720d5dd1495ea99040 /ace/FILE_Connector.cpp | |
parent | 2a2b0abf3e8aa1340381a9270ecabc563e767e8a (diff) | |
download | ATCD-be31abeeb9bd47cea6406f48a12b005e1f81ad78.tar.gz |
ChangeLogTag:Fri Aug 13 23:26:56 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/FILE_Connector.cpp')
-rw-r--r-- | ace/FILE_Connector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/FILE_Connector.cpp b/ace/FILE_Connector.cpp index 665deb3c077..677f2bc4c2b 100644 --- a/ace/FILE_Connector.cpp +++ b/ace/FILE_Connector.cpp @@ -76,7 +76,7 @@ ACE_FILE_Connector::connect (ACE_FILE_IO &new_io, else new_io.addr_ = remote_sap; // class copy. - handle = ACE_Handle_Ops::handle_timed_open (timeout, + handle = ACE::handle_timed_open (timeout, new_io.addr_.get_path_name (), flags, perms); |