summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-09-12 23:25:21 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-09-12 23:25:21 +0000
commitefbdea7b82ed7c814d1724279e09bf20147845ae (patch)
treeaeba4649631eda5d7382736f3d3bc11eb5c7a260
parent29f2e8df3d130cb008064e8690c510b7adba079a (diff)
downloadATCD-efbdea7b82ed7c814d1724279e09bf20147845ae.tar.gz
ChangeLogTag: Tue Sep 12 18:19:38 2000 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a12
-rw-r--r--TAO/tao/PolicyS.h23
-rw-r--r--TAO/tao/PortableServer/PolicyS.cpp2
3 files changed, 36 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 3313fece024..159c054cd8f 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,15 @@
+Tue Sep 12 18:19:38 2000 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tao/PolicyS.h: Addes this nearly empty file to keep generated
+ code that includes Policy.pidl happy.
+
+ * tao/PortableSeer/PolicyS.cpp: Changed one of the includes to
+ PolicyS.h instead of PolicyC.h. Now POlicyC.h is included in
+ PolicyS.h. At the outset, it may look like we have brokenn the
+ model a bit by having the header file in one place and the cpp
+ file in another place. This should be an exception for without
+ any consequences.
+
Tue Sep 12 18:01:52 2000 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/GIOPS_T.i:
diff --git a/TAO/tao/PolicyS.h b/TAO/tao/PolicyS.h
new file mode 100644
index 00000000000..92f9c5bb43c
--- /dev/null
+++ b/TAO/tao/PolicyS.h
@@ -0,0 +1,23 @@
+/* -*- C++ -*- $Id$ */
+// ================================================================
+//
+// = LIBRARY
+// TAO
+//
+// = FILENAME
+// GIOPS.h
+//
+// = DESCRIPTION
+// The file is almost empty and only present to keep other IDL files
+// that include Policy.pidl happy.
+// ================================================================
+#ifndef TAO_PIDL_POLICY_S_H
+#define TAO_PIDL_POLICY_S_H
+#include "tao/PolicyC.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+
+#endif /* TAO_PIDL_POLICY_S_H*/
diff --git a/TAO/tao/PortableServer/PolicyS.cpp b/TAO/tao/PortableServer/PolicyS.cpp
index ad57042a17f..db6ffbf9196 100644
--- a/TAO/tao/PortableServer/PolicyS.cpp
+++ b/TAO/tao/PortableServer/PolicyS.cpp
@@ -11,7 +11,7 @@
#include "Object_Adapter.h"
#include "Operation_Table.h"
-#include "tao/PolicyC.h"
+#include "tao/PolicyS.h"
#include "tao/Server_Request.h"
#include "tao/NVList.h"
#include "tao/Stub.h"