Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
739dbe5
)
Prevent direct instantation of ThreadManager
author
Mark Slee
<mcslee@apache.org>
Thu, 1 Feb 2007 23:05:38 +0000
(23:05 +0000)
committer
Mark Slee
<mcslee@apache.org>
Thu, 1 Feb 2007 23:05:38 +0000
(23:05 +0000)
Reviewed By: marc
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664967
13f79535
-47bb-0310-9956-
ffa450edef68
lib/cpp/src/concurrency/ThreadManager.h
patch
|
blob
|
history
diff --git
a/lib/cpp/src/concurrency/ThreadManager.h
b/lib/cpp/src/concurrency/ThreadManager.h
index
a90c5d2
..
0383a09
100644
(file)
--- a/
lib/cpp/src/concurrency/ThreadManager.h
+++ b/
lib/cpp/src/concurrency/ThreadManager.h
@@
-36,9
+36,10
@@
class ThreadManager;
*/
class ThreadManager {
- p
ublic
:
+ p
rotected
:
ThreadManager() {}
+ public:
virtual ~ThreadManager() {}
/**