summaryrefslogtreecommitdiff
path: root/TAO/tao/CurrentC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CurrentC.h')
-rw-r--r--TAO/tao/CurrentC.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/CurrentC.h b/TAO/tao/CurrentC.h
index 7ddc4f055e2..be2ac03a544 100644
--- a/TAO/tao/CurrentC.h
+++ b/TAO/tao/CurrentC.h
@@ -95,7 +95,7 @@ public:
static CORBA_Current_ptr tao_nil (void);
static CORBA_Current_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -153,12 +153,12 @@ public:
static CORBA_Current_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_Current_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_Current_ptr _nil (void)