From 143dc9b0bb5aee077dd653378e46aa9bc7bd2e9c Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 26 Oct 2006 18:03:58 +0000 Subject: --- TAO/orbsvcs/tests/Event/UDP/Consumer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TAO/orbsvcs/tests/Event/UDP/Consumer.cpp b/TAO/orbsvcs/tests/Event/UDP/Consumer.cpp index 1ede1681c6c..efdc33730e2 100644 --- a/TAO/orbsvcs/tests/Event/UDP/Consumer.cpp +++ b/TAO/orbsvcs/tests/Event/UDP/Consumer.cpp @@ -119,7 +119,7 @@ Consumer::push (const RtecEventComm::EventSet& events } else { - char* mystring = 0; + const char* mystring = 0; if (events[i].data.any_value >>= mystring) { ACE_DEBUG ((LM_DEBUG, "Consumer (%P|%t): Received message <%d>: %s\n", -- cgit v1.2.1