summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1999-03-12 15:52:07 +0000
committergokhale <asgokhale@users.noreply.github.com>1999-03-12 15:52:07 +0000
commitdd481b1e26f6f6f605abddc36f51f928435ef69e (patch)
tree7581980bcf26a1ceef797f248a5119c543cef9d0
parent82bf1eba60d2d5d48407ff575ef9eafca1aa5c76 (diff)
downloadATCD-dd481b1e26f6f6f605abddc36f51f928435ef69e.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c3
-rw-r--r--TAO/tao/deep_free.cpp8
2 files changed, 8 insertions, 3 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 79f99c0a14c..98c129631cb 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -15,7 +15,8 @@ Fri Mar 12 10:38:18 EST 1999 Aniruddha Gokhale <gokhale@sahyadri.research.bell
are dealing with fields that are object references, we cast the
data to TAO_Object_Field_T<CORBA_Object>* instead of simply
TAO_Object_Field*. These changes were made during the bug fix
- described aove.
+ described aove. These fixes also removed the Array Bounds Read
+ (ABR) error message produced by Purify.
Fri Mar 12 00:35:47 1999 Marina Spivak <marina@cs.wustl.edu>
diff --git a/TAO/tao/deep_free.cpp b/TAO/tao/deep_free.cpp
index d20cb717ab4..aac4e387cf2 100644
--- a/TAO/tao/deep_free.cpp
+++ b/TAO/tao/deep_free.cpp
@@ -29,10 +29,14 @@
// ============================================================================
#include "tao/Marshal.h"
+#include "tao/CDR.h"
#include "tao/Environment.h"
-#include "tao/Object.h"
#include "tao/Any.h"
-#include "tao/Sequence.h"
+#include "tao/Object.h"
+#include "tao/Stub.h"
+#include "tao/Principal.h"
+#include "tao/varout.h"
+#include "tao/Union.h"
#include "tao/debug.h"
ACE_RCSID(tao, deep_free, "$Id$")