diff options
Diffstat (limited to 'TAO/tao/DynamicInterface')
-rw-r--r-- | TAO/tao/DynamicInterface/DII_Invocation_Adapter.h | 1 | ||||
-rw-r--r-- | TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp | 2 | ||||
-rw-r--r-- | TAO/tao/DynamicInterface/Dynamic_Implementation.h | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/DynamicInterface/DII_Invocation_Adapter.h b/TAO/tao/DynamicInterface/DII_Invocation_Adapter.h index f06a07b7a62..43e5e098114 100644 --- a/TAO/tao/DynamicInterface/DII_Invocation_Adapter.h +++ b/TAO/tao/DynamicInterface/DII_Invocation_Adapter.h @@ -116,7 +116,6 @@ namespace TAO TAO::Exception_Data *ex_data_; private: - /// Dont allow default initializations DII_Invocation_Adapter (void); diff --git a/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp index 018c2e4a5cd..d36706cacf9 100644 --- a/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp +++ b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp @@ -48,7 +48,7 @@ TAO_DII_Deferred_Reply_Dispatcher::dispatch_reply ( } // See whether we need to delete the data block by checking the - // flags. We cannot be happy that we initally allocated the + // flags. We cannot be happy that we initially allocated the // datablocks of the stack. If this method is called twice, as is in // some cases where the same invocation object is used to make two // invocations like forwarding, the release becomes essential. diff --git a/TAO/tao/DynamicInterface/Dynamic_Implementation.h b/TAO/tao/DynamicInterface/Dynamic_Implementation.h index 2a20f7cbafe..cff817fd412 100644 --- a/TAO/tao/DynamicInterface/Dynamic_Implementation.h +++ b/TAO/tao/DynamicInterface/Dynamic_Implementation.h @@ -71,7 +71,6 @@ public: virtual CORBA::InterfaceDef_ptr _get_interface (void); protected: - /// Return 0. Should never be used. virtual const char *_interface_repository_id (void) const; |