summaryrefslogtreecommitdiff
path: root/TAO/examples/Simulator/NavWeap.idl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-19 08:02:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-19 08:02:52 +0000
commit7f61ed4f18c496890fbdf75300b1135d6911d9aa (patch)
tree384c03f0891bbd738983cd5477ac803253f7aaee /TAO/examples/Simulator/NavWeap.idl
parenta2e27000b6545e6b410ca3960af80605df18fd7a (diff)
downloadATCD-7f61ed4f18c496890fbdf75300b1135d6911d9aa.tar.gz
ChangeLogTag Fri Aug 19 07:56:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/examples/Simulator/NavWeap.idl')
-rw-r--r--TAO/examples/Simulator/NavWeap.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/examples/Simulator/NavWeap.idl b/TAO/examples/Simulator/NavWeap.idl
index ded20426e61..a67d9c02fd1 100644
--- a/TAO/examples/Simulator/NavWeap.idl
+++ b/TAO/examples/Simulator/NavWeap.idl
@@ -2,7 +2,7 @@
// =========================================================================================================
//
-// = FILE
+// = FILE
// NavWeap.idl
//
// = DESCRIPTION
@@ -12,9 +12,9 @@
// Michael Kircher <mk1@cec.wustl.edu>
// Modified by
// Chris Gill <cdgill@cs.wustl.edu>
-// =========================================================================================================
+// =========================================================================================================
-#include "TimeBase.idl"
+#include "tao/TimeBase.pidl"
struct Navigation {
long position_latitude;
@@ -28,7 +28,7 @@ struct Navigation {
double overhead;
TimeBase::TimeT arrival_time;
TimeBase::TimeT deadline_time;
- TimeBase::TimeT completion_time;
+ TimeBase::TimeT completion_time;
TimeBase::TimeT computation_time;
unsigned long criticality;
unsigned long update_data;
@@ -54,17 +54,17 @@ struct Weapons {
double overhead;
TimeBase::TimeT arrival_time;
TimeBase::TimeT deadline_time;
- TimeBase::TimeT completion_time;
+ TimeBase::TimeT completion_time;
TimeBase::TimeT computation_time;
unsigned long criticality;
unsigned long update_data;
-};
+};
interface NavWeapTerminator
// = DESCRIPTION
// This interface specifies a single operation, used
// to shut down the orb. This allows the orb to
- // be shut down cleanly, from within a synchronously
+ // be shut down cleanly, from within a synchronously
// servant dispatched servant, but with the request
// originating from another thread.
{