summaryrefslogtreecommitdiff
path: root/TAO/tao/Profile_Transport_Resolver.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:42:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:42:44 +0000
commit1ce4bfe566cacc77785f53a0133d4c40f1d4146b (patch)
tree847cc2e50062a205e1c6b9d74eafe66e135e9b73 /TAO/tao/Profile_Transport_Resolver.h
parent58c2d4f3d71d8c8258a9e659a37ca03e5f4bc5cf (diff)
downloadATCD-1ce4bfe566cacc77785f53a0133d4c40f1d4146b.tar.gz
Wed Jan 24 12:25:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Profile_Transport_Resolver.h')
-rw-r--r--TAO/tao/Profile_Transport_Resolver.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/TAO/tao/Profile_Transport_Resolver.h b/TAO/tao/Profile_Transport_Resolver.h
index 2816f63dc2c..031e75e3885 100644
--- a/TAO/tao/Profile_Transport_Resolver.h
+++ b/TAO/tao/Profile_Transport_Resolver.h
@@ -40,7 +40,6 @@ class TAO_Transport_Descriptor_Interface;
namespace CORBA
{
- class Environment;
class Object;
class PolicyList;
@@ -90,7 +89,7 @@ namespace TAO
* the profile.
*/
void resolve (ACE_Time_Value *val
- ACE_ENV_ARG_DECL)
+ )
ACE_THROW_SPEC ((CORBA::SystemException));
//@{
@@ -141,11 +140,11 @@ namespace TAO
/// method will return false.
bool try_connect (TAO_Transport_Descriptor_Interface *desc,
ACE_Time_Value *val
- ACE_ENV_ARG_DECL);
+ );
bool try_parallel_connect (TAO_Transport_Descriptor_Interface *desc,
ACE_Time_Value *val
- ACE_ENV_ARG_DECL);
+ );
/// This method wraps a call to the orb core to see if parallel
/// connection attempts are even desired. This is controlled by
@@ -154,7 +153,7 @@ namespace TAO
/// Initialize the inconsistent policy list that this object has
/// cached.
- void init_inconsistent_policies (ACE_ENV_SINGLE_ARG_DECL)
+ void init_inconsistent_policies (void)
ACE_THROW_SPEC ((CORBA::SystemException));
CORBA::PolicyList *inconsistent_policies (void) const;
@@ -170,7 +169,7 @@ namespace TAO
bool try_connect_i (TAO_Transport_Descriptor_Interface *desc,
ACE_Time_Value *val,
bool parallel
- ACE_ENV_ARG_DECL);
+ );
/// Target object
mutable CORBA::Object *obj_;