mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
Prevent direct instantation of ThreadManager
Reviewed By: marc git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664967 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
739dbe55ae
commit
8cbda85be5
@ -36,9 +36,10 @@ class ThreadManager;
|
||||
*/
|
||||
class ThreadManager {
|
||||
|
||||
public:
|
||||
protected:
|
||||
ThreadManager() {}
|
||||
|
||||
public:
|
||||
virtual ~ThreadManager() {}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user