diff options
Diffstat (limited to 'CIAO/ciao/CCM_HomeExecutorBase.idl')
-rw-r--r-- | CIAO/ciao/CCM_HomeExecutorBase.idl | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/CIAO/ciao/CCM_HomeExecutorBase.idl b/CIAO/ciao/CCM_HomeExecutorBase.idl deleted file mode 100644 index e1db55b9afc..00000000000 --- a/CIAO/ciao/CCM_HomeExecutorBase.idl +++ /dev/null @@ -1,27 +0,0 @@ -// $Id$ - -/** - * @@ Compile this file with: - * - * tao_idl -Gv -I ../.. -I ../../orbsvcs/orbsvcs \ - * -Wb,export_macro=CIAO_Export \ - * -Wb,export_include=CIAO_export.h \ - * -Wb,pre_include="ace/pre.h" \ - * -Wb,post_include="ace/post.h" \ - * CCM_Container.idl - */ - -//#define CIAO_HAS_IMPORT_KEYWORD - -#if !defined (CCM_HOMEEXECUTORBASE_IDL) -#define CCM_HOMEEXECUTORBASE_IDL - -module Components -{ - typeprefix Components "omg.org"; - - local interface HomeExecutorBase - { - }; -}; -#endif /* CCM_HOMEEXECUTORBASE_IDL */ |