diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-03-17 06:23:30 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-03-17 06:23:30 +0000 |
commit | 38b16838897a70e80c3ceb520c62a00ff87a482c (patch) | |
tree | 502c77a29618e0a75e2adec91fbe19bbc159a292 /examples/QOS | |
parent | fa109c2b15cd29c06f74fe8e3f0dca7f9da22e61 (diff) | |
download | ATCD-38b16838897a70e80c3ceb520c62a00ff87a482c.tar.gz |
ChangeLogTag:Fri Mar 17 00:18:40 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'examples/QOS')
-rw-r--r-- | examples/QOS/Sender_QOS_Event_Handler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/QOS/Sender_QOS_Event_Handler.cpp b/examples/QOS/Sender_QOS_Event_Handler.cpp index 7adf94f4711..33d67368f73 100644 --- a/examples/QOS/Sender_QOS_Event_Handler.cpp +++ b/examples/QOS/Sender_QOS_Event_Handler.cpp @@ -96,7 +96,7 @@ ACE_QOS_Event_Handler::handle_qos (ACE_HANDLE) ACE_OVERLAPPED ace_overlapped; iovec iov; - iov.iov_base = "Hello"; + iov.iov_base = (void *) "Hello"; iov.iov_len = 5; // For some really weird reason if I do not define the following |