summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/Events_Test.cpp
diff options
context:
space:
mode:
authorcrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-11 16:17:58 +0000
committercrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-11 16:17:58 +0000
commit66e6099ec237652a3d9a9071d45c5f6cba091aac (patch)
treeea7239b69f6f3c7079d87d3dc18557c70747b189 /TAO/orbsvcs/tests/Notify/Basic/Events_Test.cpp
parente2f3b465b6627f87f4fd8c7e9cc67b392ab8461a (diff)
downloadATCD-66e6099ec237652a3d9a9071d45c5f6cba091aac.tar.gz
ChangeLogTag: Sun Nov 11 11:02:23 2001 Craig Rodrigues <crodrigu@bbn.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic/Events_Test.cpp')
-rw-r--r--TAO/orbsvcs/tests/Notify/Basic/Events_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/Events_Test.cpp b/TAO/orbsvcs/tests/Notify/Basic/Events_Test.cpp
index 4382caa1a48..09c7187dc62 100644
--- a/TAO/orbsvcs/tests/Notify/Basic/Events_Test.cpp
+++ b/TAO/orbsvcs/tests/Notify/Basic/Events_Test.cpp
@@ -112,7 +112,7 @@ Events_Test::parse_args(int argc, char *argv[])
{
ACE_Arg_Shifter arg_shifter (argc, argv);
- char *current_arg = 0;
+ const char *current_arg = 0;
while (arg_shifter.is_anything_left ())
{
if ((current_arg = arg_shifter.get_the_parameter ("-events")))