summaryrefslogtreecommitdiff
path: root/TAO/tao/Current.pidl
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-24 19:00:48 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-24 19:00:48 +0000
commit630c527d60c295c88de383f78453ca3ee3807ed5 (patch)
treec2f666ed5771b5db67404b6788c1bda7cbd8fef8 /TAO/tao/Current.pidl
parentc7b41cc002ef087d370ae149c84bc59d8660a469 (diff)
downloadATCD-630c527d60c295c88de383f78453ca3ee3807ed5.tar.gz
ChangeLogTag:Wed Dec 24 12:54:21 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Current.pidl')
-rw-r--r--TAO/tao/Current.pidl29
1 files changed, 3 insertions, 26 deletions
diff --git a/TAO/tao/Current.pidl b/TAO/tao/Current.pidl
index 1dcb2f4d344..dc4b5684fd8 100644
--- a/TAO/tao/Current.pidl
+++ b/TAO/tao/Current.pidl
@@ -15,15 +15,7 @@
//
// The steps to regenerate the code are as follows:
//
-// 1. Patch this pidl file to (a) remove the CORBA module bringing
-// the Current interface to the global scope; and (b) rename the
-// Current interface to CORBA::Current.
-//
-// Apply patches using the following commands:
-//
-// patch < diffs/Current.pidl.diff
-//
-// 2. Run the tao_idl compiler on the patched pidl file. The
+// 1. Run the tao_idl compiler on the patched pidl file. The
// command used for this is:
//
// tao_idl.exe
@@ -33,26 +25,11 @@
// -Wb,post_include="ace/post.h"
// Current.pidl
//
-// 3. Then patch the generated code. This patch (a) fixes the
-// interface repository IDs; and (b) eliminates cycles in the
-// include dependencies.
+// 2. Then patch the generated code.
//
// Apply patches using the following commands:
//
-// patch < diffs/CurrentC.h.diff
-// patch < diffs/CurrentC.i.diff
-// patch < diffs/CurrentC.cpp.diff
-//
-// 4. Undo the patches to this pidl file.
-//
-// Note: The diffs were generated with these commands:
-//
-// diff -wbu Current.pidl Current.pidl.mod > diffs/Current.pidl.diff
-//
-// diff -wbu CurrentC.h CurrentC.h.mod > diffs/CurrentC.h.diff
-// diff -wbu CurrentC.i CurrentC.i.mod > diffs/CurrentC.i.diff
-// diff -wbu CurrentC.cpp CurrentC.cpp.mod > diffs/CurrentC.cpp.diff
-//
+// patch < diffs/Current.diff
// ================================================================
#pragma prefix "omg.org"