diff options
Diffstat (limited to 'TAO/tao/corbafwd.h')
-rw-r--r-- | TAO/tao/corbafwd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/corbafwd.h b/TAO/tao/corbafwd.h index 5da06d1a9f1..10fc0ed8647 100644 --- a/TAO/tao/corbafwd.h +++ b/TAO/tao/corbafwd.h @@ -406,6 +406,10 @@ typedef CORBA_TypeCodeFactory *CORBA_TypeCodeFactory_ptr; #endif /* TAO_HAS_INTERFACE_REPOSITORY == 1 */ +#if (TAO_HAS_SMART_PROXIES == 1) +class TAO_Smart_Proxy_Base; +#endif /*TAO_HAS_SMART_PROXIES == 1*/ + class CORBA_Bounds; typedef CORBA_Bounds *CORBA_Bounds_ptr; |