summaryrefslogtreecommitdiff
path: root/TAO/tao/Pollable.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Pollable.pidl')
-rw-r--r--TAO/tao/Pollable.pidl63
1 files changed, 33 insertions, 30 deletions
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"