diff options
Diffstat (limited to 'TAO/tao/PortableServer/ThreadStrategySingleFactoryImpl.h')
-rw-r--r-- | TAO/tao/PortableServer/ThreadStrategySingleFactoryImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/ThreadStrategySingleFactoryImpl.h b/TAO/tao/PortableServer/ThreadStrategySingleFactoryImpl.h index bd3f0fc4f95..2dbf0a018bc 100644 --- a/TAO/tao/PortableServer/ThreadStrategySingleFactoryImpl.h +++ b/TAO/tao/PortableServer/ThreadStrategySingleFactoryImpl.h @@ -34,9 +34,9 @@ namespace TAO { public: /// Create a new thread strategy - virtual ThreadStrategy* create (::PortableServer::ThreadPolicyValue value); + ThreadStrategy* create (::PortableServer::ThreadPolicyValue value) override; - virtual void destroy (ThreadStrategy *strategy); + void destroy (ThreadStrategy *strategy) override; }; } } |