summaryrefslogtreecommitdiff
path: root/TAO/tao/Dynamic_Adapter.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
commitb11770b30f8b58d20fe2d61846bfa3fc5354ee7e (patch)
tree6939cf1ed0a80ce8a3224d33f3d23c0e1b9a517f /TAO/tao/Dynamic_Adapter.cpp
parent8fd5b8293423d91c699711bce0f3551cb8c20a69 (diff)
downloadATCD-b11770b30f8b58d20fe2d61846bfa3fc5354ee7e.tar.gz
Merged corba-env-clean branch.
Diffstat (limited to 'TAO/tao/Dynamic_Adapter.cpp')
-rw-r--r--TAO/tao/Dynamic_Adapter.cpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/TAO/tao/Dynamic_Adapter.cpp b/TAO/tao/Dynamic_Adapter.cpp
index c99f4a2e1bc..b7840508950 100644
--- a/TAO/tao/Dynamic_Adapter.cpp
+++ b/TAO/tao/Dynamic_Adapter.cpp
@@ -12,7 +12,7 @@ TAO_Dynamic_Adapter::~TAO_Dynamic_Adapter (void)
// Methods to be overridden.
-void
+void
TAO_Dynamic_Adapter::create_request (
CORBA::Object_ptr /* obj */,
CORBA::ORB_ptr /* orb */,
@@ -21,57 +21,57 @@ TAO_Dynamic_Adapter::create_request (
CORBA::NamedValue_ptr /* result */,
CORBA::ExceptionList_ptr /* exceptions */,
CORBA::Request_ptr & /* request */,
- CORBA::Flags /* req_flags */,
- CORBA_Environment & /* ACE_TRY_ENV */
+ CORBA::Flags /* req_flags */
+ TAO_ENV_ARG_DECL_NOT_USED /* TAO_ENV_SINGLE_ARG_PARAMETER */
)
{
}
-CORBA::Request_ptr
+CORBA::Request_ptr
TAO_Dynamic_Adapter::request (CORBA::Object_ptr /* obj */,
CORBA::ORB_ptr /* orb */,
- const char * /* op */,
- CORBA::Environment & /* ACE_TRY_ENV */)
+ const char * /* op */
+ TAO_ENV_ARG_DECL_NOT_USED /* TAO_ENV_SINGLE_ARG_PARAMETER */)
{
return 0;
}
-CORBA::Boolean
+CORBA::Boolean
TAO_Dynamic_Adapter::context_is_nil (CORBA::Context_ptr)
{
return 0;
}
-CORBA::Boolean
+CORBA::Boolean
TAO_Dynamic_Adapter::request_is_nil (CORBA::Request_ptr)
{
return 0;
}
-CORBA::Boolean
+CORBA::Boolean
TAO_Dynamic_Adapter::server_request_is_nil (CORBA::ServerRequest_ptr)
{
return 0;
}
-void
+void
TAO_Dynamic_Adapter::context_release (CORBA::Context_ptr)
{
}
-void
+void
TAO_Dynamic_Adapter::request_release (CORBA::Request_ptr)
{
}
-void
+void
TAO_Dynamic_Adapter::server_request_release (CORBA::ServerRequest_ptr)
{
}
void
-TAO_Dynamic_Adapter::create_exception_list (CORBA::ExceptionList_ptr &,
- CORBA_Environment &)
+TAO_Dynamic_Adapter::create_exception_list (CORBA::ExceptionList_ptr &
+ TAO_ENV_ARG_DECL_NOT_USED)
{
}
@@ -85,7 +85,7 @@ CORBA::is_nil (CORBA::Context_ptr ctx)
{
TAO_Dynamic_Adapter *dynamic_adapter =
ACE_Dynamic_Service<TAO_Dynamic_Adapter>::instance (
- TAO_ORB_Core::dynamic_adapter_name ()
+ TAO_ORB_Core::dynamic_adapter_name ()
);
return dynamic_adapter->context_is_nil (ctx);