summaryrefslogtreecommitdiff
path: root/ACE/ace/SOCK_SEQPACK_Connector.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-03-13 08:16:32 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-03-13 08:16:32 +0000
commit9e495a9ad67f3d9bfc2c3f195c957980ebdb82f1 (patch)
treeec611229069ae532891e6c57d38910d43c2bcb17 /ACE/ace/SOCK_SEQPACK_Connector.h
parent7f38e63d7a4fd77c766c1fcd65456b1c434e9492 (diff)
downloadATCD-9e495a9ad67f3d9bfc2c3f195c957980ebdb82f1.tar.gz
Fri Mar 13 08:16:54 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/diff-builds-and-group-fixed-tests-only.sh: Check also the lst files in the TAO_ROOT/bin and CIAO_ROOT/bin directory. * ace/MEM_Connector.h * ace/SOCK_Connector.h * ace/SOCK_SEQPACK_Connector.h * ace/SSL/SSL_SOCK_Connector.h Fixed typo in comment
Diffstat (limited to 'ACE/ace/SOCK_SEQPACK_Connector.h')
-rw-r--r--ACE/ace/SOCK_SEQPACK_Connector.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/SOCK_SEQPACK_Connector.h b/ACE/ace/SOCK_SEQPACK_Connector.h
index aaac7c77a49..49cf0b8c2dc 100644
--- a/ACE/ace/SOCK_SEQPACK_Connector.h
+++ b/ACE/ace/SOCK_SEQPACK_Connector.h
@@ -79,7 +79,7 @@ public:
* amount of time passes before the connection is made,
* this method returns -1 and errno == ETIME. Note
* the difference between this case and when a blocking
- * connect is attmpted that TCP times out - in the latter
+ * connect is attempted that TCP times out - in the latter
* case, errno will be ETIMEDOUT.
* @param local_sap (optional) The local address to bind to. If it's
* the default value of @c ACE_Addr::sap_any then the
@@ -129,7 +129,7 @@ public:
* amount of time passes before the connection is made,
* this method returns -1 and errno == ETIME. Note
* the difference between this case and when a blocking
- * connect is attmpted that TCP times out - in the latter
+ * connect is attempted that TCP times out - in the latter
* case, errno will be ETIMEDOUT.
* @param local_sap (optional) The set of local addresses for SCTP to
* bind to.
@@ -178,7 +178,7 @@ public:
* amount of time passes before the connection is made,
* this method returns -1 and errno == ETIME. Note
* the difference between this case and when a blocking
- * connect is attmpted that TCP times out - in the latter
+ * connect is attempted that TCP times out - in the latter
* case, errno will be ETIMEDOUT.
* @param local_sap (optional) The local address to bind to. If it's
* the default value of @c ACE_Addr::sap_any then the
@@ -228,7 +228,7 @@ public:
* amount of time passes before the connection is made,
* this method returns -1 and errno == ETIME. Note
* the difference between this case and when a blocking
- * connect is attmpted that TCP times out - in the latter
+ * connect is attempted that TCP times out - in the latter
* case, errno will be ETIMEDOUT.
* @param local_sap (optional) The set of local addresses for SCTP to
* bind to.