diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:11 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:11 +0000 |
commit | 6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch) | |
tree | da50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/tao/RTScheduling/RTScheduler_include.pidl | |
parent | 0e555b9150d38e3b3473ba325b56db2642e6352b (diff) | |
download | ATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz |
Repo restructuring
Diffstat (limited to 'TAO/tao/RTScheduling/RTScheduler_include.pidl')
-rw-r--r-- | TAO/tao/RTScheduling/RTScheduler_include.pidl | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/TAO/tao/RTScheduling/RTScheduler_include.pidl b/TAO/tao/RTScheduling/RTScheduler_include.pidl deleted file mode 100644 index 4ab39b3131a..00000000000 --- a/TAO/tao/RTScheduling/RTScheduler_include.pidl +++ /dev/null @@ -1,38 +0,0 @@ -/** - * @file RTScheduler_include.pidl - * - * $Id$ - * - * @brief Include file for use in applications that need RTScheduler.pidl. - * - * This file just includes RTScheduler.pidl. The *C.h file generated from - * this is hand-crafted to itself include RTScheduler.h instead of - * RTSchedulerC.h (which will produce a compiler error message if - * included directly). The RTScheduler_includeC.h file can then be - * included directly and automatically by the IDL compiler when - * building the application. - * - * 1. Run the tao_idl compiler on the pidl file. The command used for - * this is: - * - * tao_idl -o orig -St -Sp - * -Wb,pre_include="ace/pre.h" - * -Wb,post_include="ace/post.h" - * RTScheduler_include.pidl - * - * 2. Then change this line in RTScheduler_includeC.h: - * - * #include "RTSchedulerC.h" - * - * to - * - * #include "RTScheduler.h" - */ - -#ifndef _RT_SCHEDULER_INCLUDE_IDL_ -#define _RT_SCHEDULER_INCLUDE_IDL_ - -#include "tao/RTScheduling/RTScheduler.pidl" - -#endif /* _RT_SCHEDULER_INCLUDE_IDL_ */ - |