summaryrefslogtreecommitdiff
path: root/TAO/examples/Kokyu_dsrt_schedulers/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Kokyu_dsrt_schedulers/utils.h')
-rw-r--r--TAO/examples/Kokyu_dsrt_schedulers/utils.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/examples/Kokyu_dsrt_schedulers/utils.h b/TAO/examples/Kokyu_dsrt_schedulers/utils.h
new file mode 100644
index 00000000000..5650953ea09
--- /dev/null
+++ b/TAO/examples/Kokyu_dsrt_schedulers/utils.h
@@ -0,0 +1,9 @@
+//$Id$
+
+#include "ace/OS.h"
+#include "tao/RTCORBA/RTCORBA.h"
+#include "Kokyu_qosC.h"
+#include "tao/RTScheduling/RTScheduler.h"
+
+void guid_copy( Kokyu::GuidType& lhs, const RTScheduling::Current::IdType& rhs);
+void guid_copy( RTScheduling::Current::IdType& lhs, const Kokyu::GuidType& rhs);