diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:21 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:21 +0000 |
commit | 3aff90f4a822fcf5d902bbfbcc9fa931d6191a8c (patch) | |
tree | 197c810e5f5bce17b1233a7cb8d7b50c0bcd25e2 /TAO/tao/PortableServer/PortableServer.pidl | |
parent | 6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (diff) | |
download | ATCD-3aff90f4a822fcf5d902bbfbcc9fa931d6191a8c.tar.gz |
Repo restructuring
Diffstat (limited to 'TAO/tao/PortableServer/PortableServer.pidl')
-rw-r--r-- | TAO/tao/PortableServer/PortableServer.pidl | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/PortableServer.pidl b/TAO/tao/PortableServer/PortableServer.pidl new file mode 100644 index 00000000000..14a8e4afdfc --- /dev/null +++ b/TAO/tao/PortableServer/PortableServer.pidl @@ -0,0 +1,50 @@ +/** + * @file PortableServer.pidl + * + * $Id$ + * + * @brief Pre-compiled IDL source for the PortableServer module. + * + * This file was used to generate the code in + * PortableServerC.{h,inl,cpp}, using the following command: + * + * tao_idl.exe \ + * -o orig -Sci -Gp -Gd -Ge 1 -GA -I$(TAO_ROOT) + * -Wb,export_macro=TAO_PortableServer_Export \ + * -Wb,export_include="portableserver_export.h" \ + * -Wb,pre_include="ace/pre.h" \ + * -Wb,post_include="ace/post.h" \ + * PortableServer.pidl + * + * After the file is generated a patch from the diffs directory must + * be applied. The patch: + * + * - Disables parts of the code under certain configurations. + * + * - Eliminates cycles in the include dependencies. + * + * - Adds non-idl components of PortableServer to the namespace. + * This includes (a) Servant (b) ServantBase (c) RefCountServantBase + * (d) Cookie (e) ObjectId_to_string (f) string_to_ObjectId (g) + * ObjectId_to_wstring (h) wstring_to_ObjectId (i) ServantBase_var + * (j) DynamicImplementation (k) LocalServantBase + * + * Apply patches using the following command: + * + * patch < diffs/PortableServer.diff + * + * Note: The diffs were generated using: + * + * rm diffs/PortableServer.diff + * for i in PortableServerC.{h,i,cpp}; do + * diff -wub orig/$i $i >> diffs/PortableServer.diff + * done + */ + +#ifndef _PORTABLE_SERVER_IDL_ +#define _PORTABLE_SERVER_IDL_ + +///FUZZ: disable check_for_include/ +#include "tao/PortableServer/POA.pidl" + +#endif // _POA_SERVER_IDL_ |