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/DynamicInterface/Context.cpp | |
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/DynamicInterface/Context.cpp')
-rw-r--r-- | TAO/tao/DynamicInterface/Context.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/DynamicInterface/Context.cpp b/TAO/tao/DynamicInterface/Context.cpp index 9f990d60c30..5379d3b2b6f 100644 --- a/TAO/tao/DynamicInterface/Context.cpp +++ b/TAO/tao/DynamicInterface/Context.cpp @@ -4,8 +4,6 @@ ACE_RCSID(DynamicInterface, Context, "$Id$") -#if (TAO_HAS_MINIMUM_CORBA == 0) - #include "tao/Typecode.h" #include "tao/Environment.h" #include "tao/NVList.h" @@ -213,5 +211,4 @@ CORBA_ContextList::_decr_refcnt (void) } } -#endif /* TAO_HAS_MINIMUM_CORBA */ |