diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-12 20:12:20 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-12 20:12:20 +0000 |
commit | 060e4c9fdbe3bf216bdd44388c2703f463454b83 (patch) | |
tree | 3b87397a6b6c7ea27f82bc1171bb454db8ad168e /TAO/tests/NestedUpcall | |
parent | 66f6819ff497242d8cd26ea8cb5459893d0b7ab8 (diff) | |
download | ATCD-060e4c9fdbe3bf216bdd44388c2703f463454b83.tar.gz |
ChangeLogTag:Mon Jul 12 14:58:13 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/NestedUpcall')
-rw-r--r-- | TAO/tests/NestedUpcall/Simple/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/NestedUpcall/Simple/server.cpp b/TAO/tests/NestedUpcall/Simple/server.cpp index 1561c7f871a..e35959b5a43 100644 --- a/TAO/tests/NestedUpcall/Simple/server.cpp +++ b/TAO/tests/NestedUpcall/Simple/server.cpp @@ -9,7 +9,7 @@ ACE_RCSID(Simple, server, "$Id$") static int quiet = 0; // The test is quiet... -static char *ior_file = "test.ior"; +static const char *ior_file = "test.ior"; // File of file to which the ior is written static int number_of_threads = 1; |