summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.cpp')
-rw-r--r--TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.cpp b/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.cpp
index 871d79432df..69f71477bb6 100644
--- a/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.cpp
+++ b/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.cpp
@@ -1,6 +1,7 @@
// $Id$
#include "Smart_Proxy_Impl.h"
+#if (TAO_HAS_SMART_PROXIES == 1)
Smart_Test_Factory::Smart_Test_Factory (void)
{
ACE_DEBUG ((LM_DEBUG,
@@ -38,3 +39,4 @@ Smart_Test_Proxy::box_prices (CORBA::Environment &ACE_TRY_ENV)
}
return this->price_;
}
+#endif /*(TAO_HAS_SMART_PROXIES == 1)*/