diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-05 06:42:04 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-05 06:42:04 +0000 |
commit | 24db8b068ea6b5028c47995e55a8e5c4bdd09505 (patch) | |
tree | 0261a761e379f74e7ab2521712877290f874df37 /ace/Name_Proxy.h | |
parent | 7ffa52906f3efa7b636ae5c057f638d1485bd409 (diff) | |
download | ATCD-24db8b068ea6b5028c47995e55a8e5c4bdd09505.tar.gz |
Corrected erroneous comments.
Diffstat (limited to 'ace/Name_Proxy.h')
-rw-r--r-- | ace/Name_Proxy.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ace/Name_Proxy.h b/ace/Name_Proxy.h index f99fff09d9d..d41d456e4ef 100644 --- a/ace/Name_Proxy.h +++ b/ace/Name_Proxy.h @@ -8,7 +8,7 @@ // ACE // // = FILENAME -// ACE_Name_Proxy.h +// Name_Proxy.h // // = DESCRIPTION // Proxy for dealing with remote server process managing NET_LOCAL @@ -39,7 +39,7 @@ class ACE_Export ACE_Name_Proxy : public ACE_Event_Handler public: ACE_Name_Proxy (void); // Default constructor. - + // = Establish a binding with the ACE_Name Server. ACE_Name_Proxy (const ACE_INET_Addr &remote_addr, // Address of ACE_Name Server. ACE_Synch_Options& options = @@ -51,16 +51,16 @@ public: int request_reply (ACE_Name_Request &request); // Perform the request and wait for the reply. - + int send_request (ACE_Name_Request &request); // Perform the request. - + int recv_reply (ACE_Name_Request &reply); // Receive the reply. - + virtual ACE_HANDLE get_handle (void) const; // Obtain underlying handle. - + virtual ~ACE_Name_Proxy (void); // Close down the connection to the server. |