diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-07-04 08:55:12 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-07-04 08:55:12 +0000 |
commit | af4bebb78b076758af5be7bc907fbb709ec5a227 (patch) | |
tree | 895ae46c3a981a6a44e800f560ac08464b111aa9 /TAO/examples/RTScheduling | |
parent | 15c8eb0d50e1c227cb032fa0697e23bfd78ac47b (diff) | |
download | ATCD-af4bebb78b076758af5be7bc907fbb709ec5a227.tar.gz |
ChangeLogTag: Mon Jul 4 08:48:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/examples/RTScheduling')
-rw-r--r-- | TAO/examples/RTScheduling/Job_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/RTScheduling/Job_i.h b/TAO/examples/RTScheduling/Job_i.h index 3210a095b31..7aa0756f128 100644 --- a/TAO/examples/RTScheduling/Job_i.h +++ b/TAO/examples/RTScheduling/Job_i.h @@ -26,7 +26,7 @@ class DT_Creator; * @brief Implements a Job that performs some cpu bound work. * */ -class Job_i : public POA_Job, public virtual PortableServer::RefCountServantBase +class Job_i : public POA_Job { public: /// Constructor |