summaryrefslogtreecommitdiff
path: root/TAO/examples/Logging/Logging_Test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Logging/Logging_Test_i.h')
-rw-r--r--TAO/examples/Logging/Logging_Test_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Logging/Logging_Test_i.h b/TAO/examples/Logging/Logging_Test_i.h
index d377718d42f..4eee2679da6 100644
--- a/TAO/examples/Logging/Logging_Test_i.h
+++ b/TAO/examples/Logging/Logging_Test_i.h
@@ -69,10 +69,10 @@ private:
const char *msg);
// Prepares the <Log_Record> for logging.
- int init_naming_service (TAO_ENV_SINGLE_ARG_DECL);
+ int init_naming_service (ACE_ENV_SINGLE_ARG_DECL);
// Initialises the name server and resolves the logger_factory
- int init_loggers (TAO_ENV_SINGLE_ARG_DECL);
+ int init_loggers (ACE_ENV_SINGLE_ARG_DECL);
// Instantiates the 2 logger member variables
void show_record (Logger::Log_Record &newrec);