diff options
author | Angelo Corsaro <angelo@icorsaro.net> | 2000-11-24 22:57:06 +0000 |
---|---|---|
committer | Angelo Corsaro <angelo@icorsaro.net> | 2000-11-24 22:57:06 +0000 |
commit | 2006de36f56da74ddbc3e50ae67e7d568c6be7dc (patch) | |
tree | 38c336b5fa074964abf2d8149afb30c7296c5382 /TAO/tao/Remote_Object_Proxy_Impl.h | |
parent | 474f12b13c2253b08e8eb01447dae99a103c2bf3 (diff) | |
download | ATCD-2006de36f56da74ddbc3e50ae67e7d568c6be7dc.tar.gz |
Fri Nov 24 16:55:29 2000 Angelo Corsaro <corsaro@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Remote_Object_Proxy_Impl.h')
-rw-r--r-- | TAO/tao/Remote_Object_Proxy_Impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Remote_Object_Proxy_Impl.h b/TAO/tao/Remote_Object_Proxy_Impl.h index 34636fad7ac..dc40e6c0424 100644 --- a/TAO/tao/Remote_Object_Proxy_Impl.h +++ b/TAO/tao/Remote_Object_Proxy_Impl.h @@ -35,6 +35,8 @@ class TAO_Export TAO_Remote_Object_Proxy_Impl : public virtual TAO_Object_Proxy_ // public: + TAO_Remote_Object_Proxy_Impl (void); + virtual ~TAO_Remote_Object_Proxy_Impl (void); virtual CORBA::Boolean _is_a (const CORBA::Object_ptr target, |