diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-02 00:58:58 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-02 00:58:58 +0000 |
commit | 25a0b7a7b6efc5797e4704aa8b61642c24aa3223 (patch) | |
tree | afd6ba7d534a0413c9f9c5f5bcd99b8d5ba06111 /TAO/tao/PortableServer/ImplRepo.pidl | |
parent | 441b2bc277f0219a7b699193834a9a7a937d875e (diff) | |
download | ATCD-25a0b7a7b6efc5797e4704aa8b61642c24aa3223.tar.gz |
ChangeLogTag:Sun Apr 1 17:44:30 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/PortableServer/ImplRepo.pidl')
-rw-r--r-- | TAO/tao/PortableServer/ImplRepo.pidl | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/ImplRepo.pidl b/TAO/tao/PortableServer/ImplRepo.pidl index f29dd03c836..550284a7051 100644 --- a/TAO/tao/PortableServer/ImplRepo.pidl +++ b/TAO/tao/PortableServer/ImplRepo.pidl @@ -1,4 +1,32 @@ -// $Id$ +// -*- IDL -*- + +//============================================================================= +/** + * @file ImplRepo.pidl + * + * $Id$ + * + * This file was used to generate the code in ImplRepo{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 + * -Wb,export_macro=TAO_PortableServer_Export + * -Wb,export_include=portableserver_export.h + * -Wb,pre_include="ace/pre.h" + * -Wb,post_include="ace/post.h" + * ImplRepo.pidl + * + * after the file is generated a patch must be applied. T he patch + * 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. + * + */ +//============================================================================= module ImplementationRepository { |