summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-11 20:14:52 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-11 20:14:52 +0000
commit0179920b9b92daf82b60f8c9c3d2bb3cd7224019 (patch)
tree1ad68871612d27ac5434b0668f618c2b40c1179b
parent6df43bc47b266bebcc9f9af601ce4825a141c34f (diff)
downloadATCD-0179920b9b92daf82b60f8c9c3d2bb3cd7224019.tar.gz
ChangeLogTag:Fri Apr 11 15:12:54 2003 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/tao/IFR_Client/IFR_BaseS.h15
2 files changed, 20 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 821cbcfe8da..4526e4a178c 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Fri Apr 11 15:12:54 2003 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * tao/IFR_Client/IFR_BaseS.h: Added this dummy header file so that
+ it is easier to include "IFR_Base.idl" in other idl files.
+
Fri Apr 11 09:33:41 2003 Dave Smith <dts@prismtechnologies.com>
* orbsvcs/test/Notify/lib/Application_Commnad.h
diff --git a/TAO/tao/IFR_Client/IFR_BaseS.h b/TAO/tao/IFR_Client/IFR_BaseS.h
new file mode 100644
index 00000000000..8948bdd6428
--- /dev/null
+++ b/TAO/tao/IFR_Client/IFR_BaseS.h
@@ -0,0 +1,15 @@
+// $Id$
+
+#ifndef _TAO_IDL_ORIG_IFR_BASES_H_
+#define _TAO_IDL_ORIG_IFR_BASES_H_
+
+#include "ace/pre.h"
+
+#include "IFR_BaseC.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#include "ace/post.h"
+#endif /* ifndef */