diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-04-28 10:26:37 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-04-28 10:26:37 +0000 |
commit | ec52b1be10867395b69481557e8076a27642b25d (patch) | |
tree | ae1bc665d0de675b1ef135812a6c31f568b36767 /TAO/tao/RTScheduling | |
parent | f6afb7322711489a44572d3459f3e1cf1be61412 (diff) | |
download | ATCD-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.h | 3 |
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 |