summaryrefslogtreecommitdiff
path: root/ace/OS_TLI.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-11 12:14:38 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-11 12:14:38 +0000
commitc995ee6cbdd89dbe222d50f0c11d50aa106024ba (patch)
tree4864e0205a4ad17e0f7c01740196b59f13c1ff43 /ace/OS_TLI.h
parentdc8962f6d7a60aff3ae3a59024626f8489ee6907 (diff)
downloadATCD-c995ee6cbdd89dbe222d50f0c11d50aa106024ba.tar.gz
ChangeLogTag:Wed Jul 11 06:41:43 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace/OS_TLI.h')
-rw-r--r--ace/OS_TLI.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/OS_TLI.h b/ace/OS_TLI.h
index 3802d131efc..43f899cc90f 100644
--- a/ace/OS_TLI.h
+++ b/ace/OS_TLI.h
@@ -139,9 +139,9 @@ public:
struct
t_bind *ret);
static int t_close (ACE_HANDLE fildes);
- static int t_connect(ACE_HANDLE fildes,
- struct t_call *sndcall,
- struct t_call *rcvcall);
+ static int t_connect (ACE_HANDLE fildes,
+ struct t_call *sndcall,
+ struct t_call *rcvcall);
static void t_error (const char *errmsg);
static int t_free (char *ptr,
int struct_type);