diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-08 16:29:30 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-08 16:29:30 +0000 |
commit | ac80b8ff96d0c2a2b8b8fcd89a82b306b97f20c5 (patch) | |
tree | 6a065b0fe7f6feb83056e31ab093cc33e43d2ef3 /TAO/tao/DynamicInterface/Dynamic_Adapter_Impl.h | |
parent | 80eb545262f2ea57e5d0620251e71d60cc53cb78 (diff) | |
download | ATCD-ac80b8ff96d0c2a2b8b8fcd89a82b306b97f20c5.tar.gz |
Thu Feb 8 16:26:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/DynamicInterface/Dynamic_Adapter_Impl.h')
-rw-r--r-- | TAO/tao/DynamicInterface/Dynamic_Adapter_Impl.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/tao/DynamicInterface/Dynamic_Adapter_Impl.h b/TAO/tao/DynamicInterface/Dynamic_Adapter_Impl.h index 96e66e9dafc..9c8b60dcabc 100644 --- a/TAO/tao/DynamicInterface/Dynamic_Adapter_Impl.h +++ b/TAO/tao/DynamicInterface/Dynamic_Adapter_Impl.h @@ -57,13 +57,11 @@ public: CORBA::NamedValue_ptr result, CORBA::ExceptionList_ptr exceptions, CORBA::Request_ptr &request, - CORBA::Flags req_flags - ); + CORBA::Flags req_flags); virtual CORBA::Request_ptr request (CORBA::Object_ptr obj, CORBA::ORB_ptr orb, - const char *op - ); + const char *op); // CORBA::is_nil and CORBA::release for Context, Request, and ServerRequest. @@ -81,8 +79,7 @@ public: // CORBA::ORB::create_exception_list. - virtual void create_exception_list (CORBA::ExceptionList_ptr &list - ); + virtual void create_exception_list (CORBA::ExceptionList_ptr &list); // Used to force the initialization of the ORB code. static int Initializer (void); |