summaryrefslogtreecommitdiff
path: root/TAO/tao/RTScheduling
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-04-28 10:26:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-04-28 10:26:37 +0000
commitec52b1be10867395b69481557e8076a27642b25d (patch)
treeae1bc665d0de675b1ef135812a6c31f568b36767 /TAO/tao/RTScheduling
parentf6afb7322711489a44572d3459f3e1cf1be61412 (diff)
downloadATCD-ec52b1be10867395b69481557e8076a27642b25d.tar.gz
Mon Apr 28 10:26:32 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/RTScheduling')
-rw-r--r--TAO/tao/RTScheduling/RTScheduler_Initializer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/RTScheduling/RTScheduler_Initializer.h b/TAO/tao/RTScheduling/RTScheduler_Initializer.h
index 399d107ec3c..f599ae2a1e2 100644
--- a/TAO/tao/RTScheduling/RTScheduler_Initializer.h
+++ b/TAO/tao/RTScheduling/RTScheduler_Initializer.h
@@ -46,10 +46,9 @@ public:
virtual void pre_init (PortableInterceptor::ORBInitInfo_ptr info);
virtual void post_init (PortableInterceptor::ORBInitInfo_ptr info);
-private:
+private:
TAO_RTScheduler_Current* current_;
-
};
TAO_END_VERSIONED_NAMESPACE_DECL