summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-08-28 15:45:37 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-08-28 15:45:37 +0000
commitdb0a57a90e120cc6421e4e5df6728f7bbe44ce23 (patch)
treefd8693858ee3acc35cb06c7b1fded38b48cf4aa1
parentc1fc91d52ab4be81c6af2c28f30479987b98a298 (diff)
downloadATCD-db0a57a90e120cc6421e4e5df6728f7bbe44ce23.tar.gz
ChangeLogTag:Thu Aug 28 08:43:21 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/tao/NVList.cpp2
-rw-r--r--TAO/tao/NVList.h3
3 files changed, 11 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index e8dff4f57e7..9aeefb023dc 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,12 @@
+Thu Aug 28 08:43:21 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * tao/NVList.h:
+ * tao/NVList.cpp:
+
+ Moved "Environment.h" include to the header file. Some code in
+ NVList.i requires the CORBA::Environment class declaration.
+ Fixes builds emulated exceptions are used.
+
Thu Aug 28 08:21:24 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
* tao/ObjectKey_Table.h:
diff --git a/TAO/tao/NVList.cpp b/TAO/tao/NVList.cpp
index e762659a2b9..022a0153071 100644
--- a/TAO/tao/NVList.cpp
+++ b/TAO/tao/NVList.cpp
@@ -6,8 +6,6 @@
#include "tao/NVList.h"
#include "tao/Exception.h"
-#include "tao/Environment.h"
-
#include "tao/BoundsC.h"
#include "tao/debug.h"
#include "tao/Typecode.h"
diff --git a/TAO/tao/NVList.h b/TAO/tao/NVList.h
index 049c516a556..72df84f9731 100644
--- a/TAO/tao/NVList.h
+++ b/TAO/tao/NVList.h
@@ -1,4 +1,4 @@
-// This may look like C, but it's really -*- C++ -*-
+// -*- C++ -*-
//=============================================================================
/**
@@ -24,6 +24,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "tao/Any.h"
+#include "tao/Environment.h"
#include "ace/Unbounded_Queue.h"
#include "ace/Thread_Mutex.h"