diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-12-06 20:31:56 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-12-06 20:31:56 +0000 |
commit | c122d383d61155afcc391170a39a6d35dfbc4785 (patch) | |
tree | 0bb0b3c8fadf855c12a8063f33d660cf3c9e6adf /TAO/tao/Dynamic_Adapter.h | |
parent | 218cf1e75722141ef2387cb8ed378c0f9f3bb933 (diff) | |
download | ATCD-c122d383d61155afcc391170a39a6d35dfbc4785.tar.gz |
ChangeLogTag: Wed Dec 6 14:32:07 2000 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Dynamic_Adapter.h')
-rw-r--r-- | TAO/tao/Dynamic_Adapter.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/Dynamic_Adapter.h b/TAO/tao/Dynamic_Adapter.h index 9bc0299e583..bc64655b53c 100644 --- a/TAO/tao/Dynamic_Adapter.h +++ b/TAO/tao/Dynamic_Adapter.h @@ -24,8 +24,6 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#if (TAO_HAS_MINIMUM_CORBA == 0) - #include "ace/Service_Object.h" class TAO_GIOP_Twoway_Invocation; @@ -83,6 +81,5 @@ public: CORBA_Environment &); }; -#endif /* TAO_HAS_MINIMUM_CORBA */ #include "ace/post.h" #endif /* TAO_DYNAMIC_ADAPTER_H */ |