summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-03-16 08:15:48 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-03-16 08:15:48 +0000
commitb5852c77fc854b4fb8be393d8a14f6ce458262f7 (patch)
tree89576d4eede9b131302ca5d066d3b6d7be6a8a9a
parent78c96dc0a3f1b08481ff6cfc101505105a4d6915 (diff)
downloadATCD-b5852c77fc854b4fb8be393d8a14f6ce458262f7.tar.gz
ChangeLogTag:Tue Mar 16 00:07:21 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/tao/IFR_Client_Adapter.h1
2 files changed, 9 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index de469236390..8040d7b73a4 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Tue Mar 16 00:07:21 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * tao/IFR_Client_Adapter.h:
+
+ Include "tao/orbconf.h" to pull TAO_HAS_MINIMUM_CORBA macro
+ definition. Addresses a warning when using the GNU g++
+ "-Wundef" flag regarding an undefined preprocessor symbol.
+
Tue Mar 16 08:04:13 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/Notify_Service/NT_Notify_Service.cpp:
diff --git a/TAO/tao/IFR_Client_Adapter.h b/TAO/tao/IFR_Client_Adapter.h
index 7586f39d416..67e4256343d 100644
--- a/TAO/tao/IFR_Client_Adapter.h
+++ b/TAO/tao/IFR_Client_Adapter.h
@@ -25,6 +25,7 @@
#include "tao/TAO_Export.h"
#include "tao/Basic_Types.h"
+#include "tao/orbconf.h"
class TAO_OutputCDR;