summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-15 01:46:19 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-15 01:46:19 +0000
commit59e0aaef033d97e8820da07ef5dde1a7d7ef7ac4 (patch)
treebe89a0d7dc030d517bf7aa076281775daa3d9501
parent9ec563e3290b3af0fa1af744b52d4dd3bb19fe8b (diff)
downloadATCD-59e0aaef033d97e8820da07ef5dde1a7d7ef7ac4.tar.gz
ChangeLogTag: Tue Sep 14 20:43:31 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/CIAO/ChangeLog9
-rw-r--r--TAO/CIAO/DAnCE/ciao/Context_Impl_Base.h3
-rw-r--r--TAO/CIAO/ciao/Context_Impl_Base.h3
3 files changed, 13 insertions, 2 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 38f312f9c25..8f3d8d29972 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,12 @@
+Tue Sep 14 20:43:31 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * ciao/Context_Impl_Base.h:
+ * DAnCE/ciao/Context_Impl_Base.h:
+
+ Moved a sufficiently substantial included file above the
+ #pragma once directive, so that some compilers will not
+ complain that it's obsolete.
+
Tue Sep 14 15:02:24 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
* DAnCE/ciao/Context_Impl_Base.cpp:
diff --git a/TAO/CIAO/DAnCE/ciao/Context_Impl_Base.h b/TAO/CIAO/DAnCE/ciao/Context_Impl_Base.h
index f42c0306c31..47177e8fab9 100644
--- a/TAO/CIAO/DAnCE/ciao/Context_Impl_Base.h
+++ b/TAO/CIAO/DAnCE/ciao/Context_Impl_Base.h
@@ -19,13 +19,14 @@
#include /**/ "ace/pre.h"
+#include "tao/Objref_VarOut_T.h"
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "CIAO_Server_Export.h"
#include "ciao/CCM_ContainerC.h"
-#include "tao/Objref_VarOut_T.h"
namespace Components
{
diff --git a/TAO/CIAO/ciao/Context_Impl_Base.h b/TAO/CIAO/ciao/Context_Impl_Base.h
index f42c0306c31..47177e8fab9 100644
--- a/TAO/CIAO/ciao/Context_Impl_Base.h
+++ b/TAO/CIAO/ciao/Context_Impl_Base.h
@@ -19,13 +19,14 @@
#include /**/ "ace/pre.h"
+#include "tao/Objref_VarOut_T.h"
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "CIAO_Server_Export.h"
#include "ciao/CCM_ContainerC.h"
-#include "tao/Objref_VarOut_T.h"
namespace Components
{