summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-03-06 03:05:49 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-03-06 03:05:49 +0000
commitc9048fb8087541b0ae1245704cbaea29b3fb66ca (patch)
tree37901dff436285fa71c0014bb6b6914320a1b677
parent57a4688c4edfb6ba2acc52a6f1fb8d6e976699a8 (diff)
downloadATCD-c9048fb8087541b0ae1245704cbaea29b3fb66ca.tar.gz
ChangeLogTag:Mon Mar 5 19:01:15 2001 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a9
-rw-r--r--TAO/tao/Dynamic.pidl37
-rw-r--r--TAO/tao/Messaging.pidl64
-rw-r--r--TAO/tao/Pollable.pidl63
4 files changed, 94 insertions, 79 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 6d76499dc60..b76ba029c15 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Mon Mar 5 19:01:15 2001 Ossama Othman <ossama@uci.edu>
+
+ * tao/Dynamic.pidl:
+ * tao/Messaging.pidl:
+ * tao/Pollable.pidl:
+
+ Removed backslashes from the comments in these files. Some
+ preprocessors complain about "multi-line" comments.
+
Mon Mar 5 18:46:42 2001 Fuzz Master D <brunsch@uci.edu>
* examples/Simple/time-date/run_test.pl:
diff --git a/TAO/tao/Dynamic.pidl b/TAO/tao/Dynamic.pidl
index 171fafb4f01..b3038ee5e03 100644
--- a/TAO/tao/Dynamic.pidl
+++ b/TAO/tao/Dynamic.pidl
@@ -1,23 +1,26 @@
// -*- IDL -*-
-//
-// $Id$:
// ================================================================
-//
-// This file was used to generate the code in DynamicC.* The command
-// used to generate code is:
-//
-// tao_idl
-// -Ge 1 \
-// -DCORBA3 \
-// -Wb,export_macro=TAO_Export \
-// -Wb,export_include="tao/corbafwd.h" \
-// -Wb,pre_include="ace/pre.h" \
-// -Wb,post_include="ace/post.h" \
-// Dynamic.pidl
-//
-// Patches for changes to the generated code are available in the
-// `diffs' directory.
+/**
+ * @file Dynamic.pidl
+ *
+ * $Id$
+ *
+ * This file was used to generate the code in DynamicC.* The command
+ * used to generate code is:
+ *
+ * tao_idl
+ * -Ge 1
+ * -DCORBA3
+ * -Wb,export_macro=TAO_Export
+ * -Wb,export_include="tao/corbafwd.h"
+ * -Wb,pre_include="ace/pre.h"
+ * -Wb,post_include="ace/post.h"
+ * Dynamic.pidl
+ *
+ * Patches for changes to the generated code are available in the
+ * `diffs' directory.
+ */
// ================================================================
diff --git a/TAO/tao/Messaging.pidl b/TAO/tao/Messaging.pidl
index 6d3ac36bfd7..2fc5951418a 100644
--- a/TAO/tao/Messaging.pidl
+++ b/TAO/tao/Messaging.pidl
@@ -1,35 +1,35 @@
-//
-// $Id$
-//
-// ================================================================
-//
-// = LIBRARY
-// TAO
-//
-// = FILENAME
-// Policy.pidl
-//
-// = DESCRIPTION
-// This file was used to generate the code in Messaging{C,S,S_T}.{h,i,cpp}
-//
-// The command used to generate code from this file is:
-//
-// tao_idl.exe -o orig -Gp -Gd -Ge 1 -Gv \
-// -Wb,export_macro=TAO_Export \
-// -Wb,export_include=corbafwd.h \
-// -Wb,pre_include="ace/pre.h" \
-// -Wb,post_include="ace/post.h" \
-// Messaging.pidl
-//
-// after the file is generated a patch must be applied. The patch
-// fixes the interface repository IDs, disables the code under
-// certain configurations, and eliminates cycles in the include
-// dependencies. Those changes are required because the generated
-// code is part of the TAO library, it hardly makes any sense to
-// change the IDL compiler to support changes that are very
-// occasional.
-//
-// ================================================================
+// -*- IDL -*-
+
+//=============================================================================
+/**
+ * @file Messaging.pidl
+ *
+ * $Id$
+ *
+ * This file was used to generate the code in Messaging{C,S,S_T}.{h,i,cpp}
+ *
+ * The command used to generate code from this file is:
+ *
+ * tao_idl.exe
+ * -Gp -Gd -Ge 1 -Gv
+ * -Wb,export_macro=TAO_Export
+ * -Wb,export_include=corbafwd.h
+ * -Wb,pre_include="ace/pre.h"
+ * -Wb,post_include="ace/post.h"
+ * Messaging.pidl
+ *
+ * after the file is generated a patch must be applied. The patch
+ * fixes the interface repository IDs, disables the code under
+ * certain configurations, and eliminates cycles in the include
+ * dependencies. Those changes are required because the generated
+ * code is part of the TAO library, it hardly makes any sense to
+ * change the IDL compiler to support changes that are very
+ * occasional.
+ *
+ *
+ */
+//=============================================================================
+
#include "TimeBase.pidl"
#include "IOP.pidl"
diff --git a/TAO/tao/Pollable.pidl b/TAO/tao/Pollable.pidl
index b70d3f561d7..87887156221 100644
--- a/TAO/tao/Pollable.pidl
+++ b/TAO/tao/Pollable.pidl
@@ -1,33 +1,36 @@
-//
-// $Id$
-//
-// ================================================================
-//
-// = LIBRARY
-// TAO
-//
-// = FILENAME
-// Policy.pidl
-//
-// = DESCRIPTION
-// This file was used to generate the code in Pollable{C,S,S_T}.{h,i,cpp}
-//
-// The command used to generate code from this file is:
-//
-// $ACE_ROOT/TAO/TAO_IDL/tao_idl -o tmp -Ge 1 -DNO_VALUE \
-// -Wb,export_macro=TAO_Export
-// -Wb,export_include="tao/corbafwd.h" \
-// Pollable.pidl
-//
-// after the file is generated a patch must be applied. The patch
-// fixes the interface repository IDs, disables the code under
-// certain configurations, and eliminates cycles in the include
-// dependencies. Those changes are required because the generated
-// code is part of the TAO library, it hardly makes any sense to
-// change the IDL compiler to support changes that are very
-// occasional.
-//
-// ================================================================
+// -*- IDL -*-
+
+//=============================================================================
+/**
+ * @file Pollable.pidl
+ *
+ * $Id$
+ *
+ * This file was used to generate the code in Pollable{C,S,S_T}.{h,i,cpp}
+ *
+ * The command used to generate code from this file is:
+ *
+ * tao_idl
+ * -Ge 1
+ * -DNO_VALUE
+ * -Wb,export_macro=TAO_Export
+ * -Wb,export_include="tao/corbafwd.h"
+ * -Wb,pre_include="ace/pre.h"
+ * -Wb,post_include="ace/post.h"
+ * Pollable.pidl
+ *
+ * after the file is generated a patch must be applied. The patch
+ * fixes the interface repository IDs, disables the code under
+ * certain configurations, and eliminates cycles in the include
+ * dependencies. Those changes are required because the generated
+ * code is part of the TAO library, it hardly makes any sense to
+ * change the IDL compiler to support changes that are very
+ * occasional.
+ *
+ *
+ */
+//=============================================================================
+
#pragma prefix "omg.org"