diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-08-18 07:38:37 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-08-18 07:38:37 +0000 |
commit | 5a4badf4203c8735940a3a217d4532910f35fba0 (patch) | |
tree | 5babc2909a3df9abc023042a198062644efc5c4c /TAO/tao/ObjRefTemplate/Default_ORT.pidl | |
parent | 5b76989b8f8ac06bd122ded6bdfdc73cbb2af8bf (diff) | |
download | ATCD-5a4badf4203c8735940a3a217d4532910f35fba0.tar.gz |
ChangeLogTag: Wed Aug 18 06:44:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ObjRefTemplate/Default_ORT.pidl')
-rw-r--r-- | TAO/tao/ObjRefTemplate/Default_ORT.pidl | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/TAO/tao/ObjRefTemplate/Default_ORT.pidl b/TAO/tao/ObjRefTemplate/Default_ORT.pidl new file mode 100644 index 00000000000..fa23ac6cb41 --- /dev/null +++ b/TAO/tao/ObjRefTemplate/Default_ORT.pidl @@ -0,0 +1,36 @@ +// -*- IDL -*- +/** + * @file Default_ORT.pidl + * + * $Id$ + * + * @brief Pre-compiled IDL source for the TAO_Default_ORT module. + * + * This file is used to generate Default_ORTC.{h,i,cpp}, using the following + * command: + * + * tao_idl.exe + * -o orig -Ge 1 -GT -Sc + * -I../.. + * -Wb,export_macro=TAO_ORT_Export \ + * -Wb,export_include="ort_export.h" \ + * -Wb,pre_include="ace/pre.h" + * -Wb,post_include="ace/post.h" + * Default_ORT.pidl + * + */ + +#ifndef TAO_DEFAULT_ORT_PIDL +#define TAO_DEFAULT_ORT_PIDL + +#include "tao/ObjRefTemplate/ObjectReferenceTemplate.pidl" + +module TAO_Default_ORT +{ + valuetype ObjectReferenceTemplate + : PortableInterceptor::ObjectReferenceTemplate + { + }; +}; + +#endif /* TAO_DEFAULT_ORT_PIDL */ |