summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-31 01:52:17 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-31 01:52:17 +0000
commite05d1cac15f09e0e503a9aa0f262ffed6464491c (patch)
tree833b728883d39ade33bf6966ad7a410bcf03b668
parent6a5840d5a9bee7ec9c39b1fe4e42d5b14a48de82 (diff)
downloadATCD-e05d1cac15f09e0e503a9aa0f262ffed6464491c.tar.gz
*** empty log message ***
-rw-r--r--ace/LSOCK_Connector.h1
-rw-r--r--ace/SOCK_Connector.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/ace/LSOCK_Connector.h b/ace/LSOCK_Connector.h
index 3df0d633172..0a319f9ce07 100644
--- a/ace/LSOCK_Connector.h
+++ b/ace/LSOCK_Connector.h
@@ -1,7 +1,6 @@
/* -*- C++ -*- */
// $Id$
-
// ============================================================================
//
// = LIBRARY
diff --git a/ace/SOCK_Connector.h b/ace/SOCK_Connector.h
index 472da3cb47a..af9c3d03a67 100644
--- a/ace/SOCK_Connector.h
+++ b/ace/SOCK_Connector.h
@@ -63,7 +63,7 @@ public:
int reuse_addr = 0,
int flags = 0,
int perms = 0,
- int protcol_family = PF_INET,
+ int protocol_family = PF_INET,
int protocol = 0);
// Actively connect and produce a <new_stream> if things go well.
// The <remote_sap> is the address that we are trying to connect