summaryrefslogtreecommitdiff
path: root/common/OpString.idl
diff options
context:
space:
mode:
Diffstat (limited to 'common/OpString.idl')
-rw-r--r--common/OpString.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/OpString.idl b/common/OpString.idl
index 89320eef097..c50ad20bc22 100644
--- a/common/OpString.idl
+++ b/common/OpString.idl
@@ -22,10 +22,10 @@ module CIAO
struct TimeWindow
{
// Beginning of time window.
- CIAO::RACE::TimeValue Earliest;
+ CIAO::RACE::TimeValue earliest;
// End of time window.
- CIAO::RACE::TimeValue Latest;
+ CIAO::RACE::TimeValue latest;
};
// A task instance in an opstring.
@@ -178,10 +178,10 @@ module CIAO
// Start-by and end-by constraints on conditions, in relative time
// (relative to start of opstring to achieve this goal).
- TimeConstraints relativeTimeConstraints;
+ TimeConstraints relTimes;
// Start-by and end-by constraints on conditions, in clock time.
- TimeConstraints absoluteTimeConstraintns;
+ TimeConstraints absTimes;
// QoS requirements.
QoSSpecifications QoSRequirements;