summaryrefslogtreecommitdiff
path: root/TAO/examples/Logging/Logging_Test_i.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
commit63165b00e2d667e39e15cf084128d94a563d484e (patch)
tree6939cf1ed0a80ce8a3224d33f3d23c0e1b9a517f /TAO/examples/Logging/Logging_Test_i.h
parent6579bccb3a3f22f882ef908ad5f7e1a65b00b133 (diff)
downloadATCD-63165b00e2d667e39e15cf084128d94a563d484e.tar.gz
Merged corba-env-clean branch.
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 aac66ba4c31..d377718d42f 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 (CORBA::Environment &ACE_TRY_ENV);
+ int init_naming_service (TAO_ENV_SINGLE_ARG_DECL);
// Initialises the name server and resolves the logger_factory
- int init_loggers (CORBA::Environment &ACE_TRY_ENV);
+ int init_loggers (TAO_ENV_SINGLE_ARG_DECL);
// Instantiates the 2 logger member variables
void show_record (Logger::Log_Record &newrec);