summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.h')
-rw-r--r--TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.h b/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.h
index 649ccc37f99..90c52349f8a 100644
--- a/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.h
+++ b/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.h
@@ -1,6 +1,7 @@
// $Id$
#include "testC.h"
+#if (TAO_HAS_SMART_PROXIES == 1)
class Smart_Test_Factory : public virtual TAO_Test_Default_Proxy_Factory
{
public:
@@ -26,3 +27,4 @@ public:
private:
CORBA::Short price_;
};
+#endif /*(TAO_HAS_SMART_PROXIES == 1)*/