summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Servant_Upcall.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/PortableServer/Servant_Upcall.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/PortableServer/Servant_Upcall.h')
-rw-r--r--TAO/tao/PortableServer/Servant_Upcall.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/PortableServer/Servant_Upcall.h b/TAO/tao/PortableServer/Servant_Upcall.h
index 94b91f4368f..13a4cb096d1 100644
--- a/TAO/tao/PortableServer/Servant_Upcall.h
+++ b/TAO/tao/PortableServer/Servant_Upcall.h
@@ -101,28 +101,28 @@ namespace TAO
int prepare_for_upcall (const TAO::ObjectKey &key,
const char *operation,
CORBA::Object_out forward_to
- ACE_ENV_ARG_DECL_WITH_DEFAULTS);
+ );
/// Helper.
int prepare_for_upcall_i (const TAO::ObjectKey &key,
const char *operation,
CORBA::Object_out forward_to,
bool &wait_occurred_restart_call
- ACE_ENV_ARG_DECL_WITH_DEFAULTS);
+ );
/// Run pre_invoke for a remote request.
void pre_invoke_remote_request (TAO_ServerRequest &req
- ACE_ENV_ARG_DECL);
+ );
/// Run pre_invoke for a collocated request.
- void pre_invoke_collocated_request (ACE_ENV_SINGLE_ARG_DECL);
+ void pre_invoke_collocated_request (void);
/// Run post_invoke for a request.
void post_invoke (void);
/// Locate POA.
::TAO_Root_POA *lookup_POA (const TAO::ObjectKey &key
- ACE_ENV_ARG_DECL);
+ );
/// POA accessor.
::TAO_Root_POA &poa (void) const;
@@ -187,7 +187,7 @@ namespace TAO
protected:
void post_invoke_servant_cleanup (void);
- void single_threaded_poa_setup (ACE_ENV_SINGLE_ARG_DECL);
+ void single_threaded_poa_setup (void);
void single_threaded_poa_cleanup (void);
void servant_cleanup (void);
void poa_cleanup (void);