summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Ordering/Structured_Consumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Ordering/Structured_Consumer.cpp')
-rw-r--r--TAO/orbsvcs/tests/Notify/Ordering/Structured_Consumer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Ordering/Structured_Consumer.cpp b/TAO/orbsvcs/tests/Notify/Ordering/Structured_Consumer.cpp
index 0ab02f6757a..2942fc5ed3f 100644
--- a/TAO/orbsvcs/tests/Notify/Ordering/Structured_Consumer.cpp
+++ b/TAO/orbsvcs/tests/Notify/Ordering/Structured_Consumer.cpp
@@ -189,10 +189,10 @@ int main (int argc, char* argv[])
// before we start receiving events.
ACE_stat buf;
char ior_file[PATH_MAX];
- const char* filepart = ACE_OS_String::strstr (ior, "file://");
+ const char* filepart = ACE_OS::strstr (ior, "file://");
if (filepart != 0)
{
- ACE_OS_String::strcpy (ior_file, filepart + 7);
+ ACE_OS::strcpy (ior_file, filepart + 7);
while (ACE_OS::stat (ior_file, &buf) == 0)
{
ACE_OS::sleep (1);