diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-12-08 21:59:30 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-12-08 21:59:30 +0000 |
commit | 63165b00e2d667e39e15cf084128d94a563d484e (patch) | |
tree | 6939cf1ed0a80ce8a3224d33f3d23c0e1b9a517f /TAO/tests/Exposed_Policies/RT_Properties.cpp | |
parent | 6579bccb3a3f22f882ef908ad5f7e1a65b00b133 (diff) | |
download | ATCD-63165b00e2d667e39e15cf084128d94a563d484e.tar.gz |
Merged corba-env-clean branch.
Diffstat (limited to 'TAO/tests/Exposed_Policies/RT_Properties.cpp')
-rw-r--r-- | TAO/tests/Exposed_Policies/RT_Properties.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Exposed_Policies/RT_Properties.cpp b/TAO/tests/Exposed_Policies/RT_Properties.cpp index 17a9dd6aca3..cff2300b0be 100644 --- a/TAO/tests/Exposed_Policies/RT_Properties.cpp +++ b/TAO/tests/Exposed_Policies/RT_Properties.cpp @@ -16,8 +16,8 @@ RT_Properties::~RT_Properties (void) } RT_Properties * -RT_Properties::read_from (const char *file_name, - CORBA::Environment &ACE_TRY_ENV) +RT_Properties::read_from (const char *file_name + TAO_ENV_ARG_DECL) { FILE *fp = ACE_OS::fopen (file_name, "r"); |