summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging/TAO_Ext.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Messaging/TAO_Ext.pidl')
-rw-r--r--TAO/tao/Messaging/TAO_Ext.pidl16
1 files changed, 2 insertions, 14 deletions
diff --git a/TAO/tao/Messaging/TAO_Ext.pidl b/TAO/tao/Messaging/TAO_Ext.pidl
index 526fd11d520..a70a56b4232 100644
--- a/TAO/tao/Messaging/TAO_Ext.pidl
+++ b/TAO/tao/Messaging/TAO_Ext.pidl
@@ -20,21 +20,9 @@
* -Wb,export_include=messaging_export.h
* -Wb,pre_include="ace/pre.h"
* -Wb,post_include="ace/post.h"
- * -Wb,export_include="tao/corbafwd.h" -I$(TAO_ROOT) TAO_Ext.pidl
+ * -I$(TAO_ROOT) TAO_Ext.pidl
*
- * 2. Then patch the generated code. The patch fixes the interface
- * repository IDs, disables the code under certain configurations,
- * and eliminates cycles in the include dependencies.
- *
- * Apply patches using the following commands:
- *
- * patch < diffs/TAO_ExtC.diff
- *
- * @note The diffs were generated with these commands:
- *
- * for i in TAO_ExtC{C,S}.{h,i,cpp}; do
- * diff -uBbw orig/$i $i;
- * done > diffs/TAO_ExtC.diff
+ * The generated files are ready to use
*/
// ================================================================