diff options
Diffstat (limited to 'TAO/examples/PluggableUDP/tests/Performance/client.cpp')
-rw-r--r-- | TAO/examples/PluggableUDP/tests/Performance/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/PluggableUDP/tests/Performance/client.cpp b/TAO/examples/PluggableUDP/tests/Performance/client.cpp index 712fbef8d35..0d671166ece 100644 --- a/TAO/examples/PluggableUDP/tests/Performance/client.cpp +++ b/TAO/examples/PluggableUDP/tests/Performance/client.cpp @@ -29,7 +29,7 @@ // executable and initialized for static builds. #include "tao/Strategies/advanced_resource.h" -ACE_RCSID(Performance, client, "$Id$") + const ACE_TCHAR *ior = ACE_TEXT("file://test.ior"); ACE_UINT32 burst_messages = 1000; |