summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Reference_Counted_Servant
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-18 21:52:59 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-18 21:52:59 +0000
commit8bfa6212c1d54c42bfcda9f98cf78736a59a3a5d (patch)
tree0cfdb0e8053d1bde4b4e774f5cb46777e74857d4 /TAO/examples/POA/Reference_Counted_Servant
parentfd392ca4a3b077c7ac52a16eec499a7173972bb0 (diff)
downloadATCD-8bfa6212c1d54c42bfcda9f98cf78736a59a3a5d.tar.gz
ChangeLogTag: Tue Jul 18 16:37:44 2000 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/examples/POA/Reference_Counted_Servant')
-rw-r--r--TAO/examples/POA/Reference_Counted_Servant/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/POA/Reference_Counted_Servant/server.cpp b/TAO/examples/POA/Reference_Counted_Servant/server.cpp
index 02938465e1b..012a98199da 100644
--- a/TAO/examples/POA/Reference_Counted_Servant/server.cpp
+++ b/TAO/examples/POA/Reference_Counted_Servant/server.cpp
@@ -49,7 +49,7 @@ Reference_Counted_Foo::Reference_Counted_Foo (CORBA::ORB_ptr orb,
{
}
-static char *ior_output_file = "ior";
+static const char *ior_output_file = "ior";
static int
parse_args (int argc, char **argv)