summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBALOC_Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CORBALOC_Parser.h')
-rw-r--r--TAO/tao/CORBALOC_Parser.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/tao/CORBALOC_Parser.h b/TAO/tao/CORBALOC_Parser.h
index fe45acd9e67..91509409996 100644
--- a/TAO/tao/CORBALOC_Parser.h
+++ b/TAO/tao/CORBALOC_Parser.h
@@ -52,14 +52,14 @@ public:
/// Parse the ior-string that is passed.
virtual CORBA::Object_ptr parse_string (const char *ior,
CORBA::ORB_ptr orb
- TAO_ENV_ARG_DECL_NOT_USED)
+ ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
private:
/// Checks the prefix to see if it is RIR.
virtual int check_prefix (const char *endpoint
- TAO_ENV_ARG_DECL)
+ ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
/// Helps count the length of the <obj_addr_list> and the number of
@@ -67,7 +67,7 @@ private:
virtual void parse_string_count_helper (const char * corbaloc_name,
CORBA::ULong &addr_list_length,
CORBA::ULong &count_addr
- TAO_ENV_ARG_DECL_NOT_USED)
+ ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
/**
@@ -79,7 +79,7 @@ private:
virtual void parse_string_mprofile_helper (const char * end_point,
CORBA::ORB_ptr orb,
TAO_MProfile &mprofile
- TAO_ENV_ARG_DECL_NOT_USED)
+ ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
/**
@@ -90,14 +90,14 @@ private:
virtual CORBA::Object_ptr
make_stub_from_mprofile (CORBA::ORB_ptr orb,
TAO_MProfile &mprofile
- TAO_ENV_ARG_DECL_NOT_USED)
+ ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
/// Gets the pointer to the key_string when the protocol used is RIR
virtual CORBA::Object_ptr
parse_string_rir_helper (const char * &corbaloc_name,
CORBA::ORB_ptr orb
- TAO_ENV_ARG_DECL_NOT_USED)
+ ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
/// Tokenizes the <obj_addr_list> using "," as the seperator. Assigns
@@ -107,7 +107,7 @@ private:
ACE_CString &cloc_name,
CORBA::ORB_ptr orb,
TAO_MProfile &mprofile
- TAO_ENV_ARG_DECL_NOT_USED)
+ ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
/**
@@ -121,7 +121,7 @@ private:
CORBA::ULong &addr_list_length,
CORBA::ORB_ptr orb,
TAO_MProfile &mprofile
- TAO_ENV_ARG_DECL_NOT_USED)
+ ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
};