diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-09-25 18:00:04 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-09-25 18:00:04 +0000 |
commit | 7ce70916842c86a4f4b3b25e0f9ec4a0b20bd22c (patch) | |
tree | aef22d223144fc95e7fab9734d1195b90759ce5f /ace/TLI_Connector.cpp | |
parent | f4d16d446e6420ecb80ccd45143ad6c9bc57ceae (diff) | |
download | ATCD-7ce70916842c86a4f4b3b25e0f9ec4a0b20bd22c.tar.gz |
ChangeLogTag: Wed Sep 25 17:57:45 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/TLI_Connector.cpp')
-rw-r--r-- | ace/TLI_Connector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/TLI_Connector.cpp b/ace/TLI_Connector.cpp index 49af71eadcb..53491547734 100644 --- a/ace/TLI_Connector.cpp +++ b/ace/TLI_Connector.cpp @@ -41,8 +41,8 @@ ACE_TLI_Connector::connect (ACE_TLI_Stream &new_stream, const char device[], struct t_info *info, int rwf, - netbuf *udata, - netbuf *opt) + struct netbuf *udata, + struct netbuf *opt) { ACE_TRACE ("ACE_TLI_Connector::connect"); int result = 0; |