summaryrefslogtreecommitdiff
path: root/ace/OS_TLI.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-22 17:25:33 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-22 17:25:33 +0000
commit31504d488aa61f9ee1fcbff056095341e3ab4fca (patch)
tree63aac3a2e8103efae8137fff2caff03e8e03d0ab /ace/OS_TLI.h
parentc1e8c9222a81888a910f86842daec8bb7b5cae21 (diff)
downloadATCD-31504d488aa61f9ee1fcbff056095341e3ab4fca.tar.gz
ChangeLogTag:Fri Jun 22 07:33:45 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace/OS_TLI.h')
-rw-r--r--ace/OS_TLI.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/OS_TLI.h b/ace/OS_TLI.h
index 46e4cba0e00..c3aedc53bfb 100644
--- a/ace/OS_TLI.h
+++ b/ace/OS_TLI.h
@@ -130,7 +130,7 @@ class ACE_OS_Export ACE_OS_TLI
public:
// = A set of wrappers for TLI.
static int t_accept (ACE_HANDLE fildes,
- int resfd,
+ ACE_HANDLE resfd,
struct t_call
*call);
static char *t_alloc (ACE_HANDLE fildes,
@@ -157,9 +157,9 @@ public:
static int t_listen (ACE_HANDLE fildes,
struct t_call *call);
static int t_look (ACE_HANDLE fildes);
- static int t_open (char *path,
- int oflag,
- struct t_info *info);
+ static ACE_HANDLE t_open (char *path,
+ int oflag,
+ struct t_info *info);
static int t_optmgmt (ACE_HANDLE fildes,
struct t_optmgmt *req,
struct t_optmgmt *ret);