summaryrefslogtreecommitdiff
path: root/apps/Gateway
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-17 15:55:24 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-17 15:55:24 +0000
commit6c27fcd584e75e4b261d1635dc35c59b52f1813f (patch)
treeb34cbf8c193bb0b813da2fceed2a9b6d0cab5900 /apps/Gateway
parent0c6afe837f8da7e7ac10e8cfa821edef3babe0eb (diff)
downloadATCD-6c27fcd584e75e4b261d1635dc35c59b52f1813f.tar.gz
added . after open () comment
Diffstat (limited to 'apps/Gateway')
-rw-r--r--apps/Gateway/Peer/Peer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Gateway/Peer/Peer.h b/apps/Gateway/Peer/Peer.h
index e0f8ebf47eb..2c67bc1f39d 100644
--- a/apps/Gateway/Peer/Peer.h
+++ b/apps/Gateway/Peer/Peer.h
@@ -182,7 +182,7 @@ public:
// Initialize the <Peer_Connector>. NOTE: the arguments are
// ignored. They are only provided to avoid a compiler warning
// about hiding the virtual function ACE_Connector<Peer_Handler,
- // ACE_SOCK_CONNECTOR>::open(ACE_Reactor*, int)
+ // ACE_SOCK_CONNECTOR>::open(ACE_Reactor*, int).
private:
int open_connector (Peer_Handler *&ph, u_short port);