summaryrefslogtreecommitdiff
path: root/examples/QOS
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-03-17 06:23:30 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-03-17 06:23:30 +0000
commitb51ed3cc25015df9eaa6ca2b9c8916a86cba03c3 (patch)
tree502c77a29618e0a75e2adec91fbe19bbc159a292 /examples/QOS
parent7c2f85e35fe589d34f737dfcf946a95b32a29e2d (diff)
downloadATCD-b51ed3cc25015df9eaa6ca2b9c8916a86cba03c3.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.cpp2
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