summaryrefslogtreecommitdiff
path: root/TAO/examples/RTCORBA/Activity/Periodic_Task.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/RTCORBA/Activity/Periodic_Task.h')
-rw-r--r--TAO/examples/RTCORBA/Activity/Periodic_Task.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/examples/RTCORBA/Activity/Periodic_Task.h b/TAO/examples/RTCORBA/Activity/Periodic_Task.h
index 0c82ad4b87c..01a955dde15 100644
--- a/TAO/examples/RTCORBA/Activity/Periodic_Task.h
+++ b/TAO/examples/RTCORBA/Activity/Periodic_Task.h
@@ -84,6 +84,9 @@ class activity_Export Periodic_Task : public ACE_Task <ACE_SYNCH>
/// = Stats house keeping
Task_Stats* task_stats_;
+
+ ///Enable Network Priority Flag
+ int enable_network_priority_;
};
#endif /* PERIODIC_TASK_H */