summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-02 16:03:04 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-02 16:03:04 +0000
commit53333810d47ce260ddd7eb5ecd92536dbe83a75f (patch)
treeabdbf2f0b69e74c9c87b708c55b97dc20b545e5c /TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.h
parent444738df0f56195dd4eb95234585c3a43d5e12e4 (diff)
downloadATCD-53333810d47ce260ddd7eb5ecd92536dbe83a75f.tar.gz
ChangeLogTag: Mon Jul 2 10:57:26 2001 Jeff Parsons <parsons@cs.wustl.edu>
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, 0 insertions, 2 deletions
diff --git a/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.h b/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.h
index 90c52349f8a..649ccc37f99 100644
--- a/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.h
+++ b/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.h
@@ -1,7 +1,6 @@
// $Id$
#include "testC.h"
-#if (TAO_HAS_SMART_PROXIES == 1)
class Smart_Test_Factory : public virtual TAO_Test_Default_Proxy_Factory
{
public:
@@ -27,4 +26,3 @@ public:
private:
CORBA::Short price_;
};
-#endif /*(TAO_HAS_SMART_PROXIES == 1)*/