From 9c9e192843317880052ada586d5e6b045d3b9685 Mon Sep 17 00:00:00 2001 From: sma Date: Fri, 16 Mar 2012 10:43:25 +0000 Subject: Fri Mar 16 10:45:00 UTC 2012 Simon Massey * tests/ZIOP/common.h: * tests/ZIOP/client.cpp: * tests/ZIOP/server.cpp: Remove scoreboard warnings. --- TAO/ChangeLog | 7 +++++++ TAO/tests/ZIOP/client.cpp | 1 + TAO/tests/ZIOP/common.h | 3 +-- TAO/tests/ZIOP/server.cpp | 1 + 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 0cfb0723e8c..b26707f9d23 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,10 @@ +Fri Mar 16 10:45:00 UTC 2012 Simon Massey + + * tests/ZIOP/common.h: + * tests/ZIOP/client.cpp: + * tests/ZIOP/server.cpp: + Remove scoreboard warnings. + Thu Mar 15 10:35:00 UTC 2012 Simon Massey * bin/tao_orb_tests.lst diff --git a/TAO/tests/ZIOP/client.cpp b/TAO/tests/ZIOP/client.cpp index 1135429fd31..87472ce14f7 100644 --- a/TAO/tests/ZIOP/client.cpp +++ b/TAO/tests/ZIOP/client.cpp @@ -8,6 +8,7 @@ #include "TestCompressor/TestCompressor_Factory.h" #include "common.h" +static const ACE_TCHAR *ior = ACE_TEXT("file://") DEFAULT_IOR_FILENAME; static ::Compression::CompressionManager_var compression_manager = 0; diff --git a/TAO/tests/ZIOP/common.h b/TAO/tests/ZIOP/common.h index 95efa9e9b86..f896f7650da 100644 --- a/TAO/tests/ZIOP/common.h +++ b/TAO/tests/ZIOP/common.h @@ -5,6 +5,5 @@ #define LEAST_COMPRESSION_LEVEL ((CLIENT_COMPRESSION_LEVEL < SERVER_COMPRESSION_LEVEL) ?\ CLIENT_COMPRESSION_LEVEL : SERVER_COMPRESSION_LEVEL) -static const ACE_TCHAR *ior = ACE_TEXT("file://test.ior"); -static const ACE_TCHAR *ior_output_file = ACE_TEXT("test.ior"); +#define DEFAULT_IOR_FILENAME ACE_TEXT("test.ior"); static int test = 1; diff --git a/TAO/tests/ZIOP/server.cpp b/TAO/tests/ZIOP/server.cpp index b863cf0dd2a..cdce279b1dc 100644 --- a/TAO/tests/ZIOP/server.cpp +++ b/TAO/tests/ZIOP/server.cpp @@ -12,6 +12,7 @@ #include "tao/Transport.h" #include "common.h" +static const ACE_TCHAR *ior_output_file = DEFAULT_IOR_FILENAME; int parse_args (int argc, ACE_TCHAR *argv[]) -- cgit v1.2.1