summaryrefslogtreecommitdiff
path: root/TAO/tao/TkResource/TkResource_Factory.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-04-20 08:07:58 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-04-20 08:07:58 +0000
commit8c59833cb0b42949393b3799d40145c0c70403f5 (patch)
treec017c63abd2c2e204e92f26c71477fc039fbcf28 /TAO/tao/TkResource/TkResource_Factory.h
parentf5a9e8e4111192a3a97f8fd9f827c03b1c4fde43 (diff)
downloadATCD-8c59833cb0b42949393b3799d40145c0c70403f5.tar.gz
Fri Apr 20 08:05:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/TkResource/TkResource_Factory.h')
-rw-r--r--TAO/tao/TkResource/TkResource_Factory.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/TkResource/TkResource_Factory.h b/TAO/tao/TkResource/TkResource_Factory.h
index fd2f5461556..417879ebce2 100644
--- a/TAO/tao/TkResource/TkResource_Factory.h
+++ b/TAO/tao/TkResource/TkResource_Factory.h
@@ -49,12 +49,8 @@ namespace TAO
virtual ACE_Reactor_Impl *reactor_impl (void);
private:
-
/// Reactor created by this factory.
ACE_TkReactor *reactor_impl_;
-
- /// for internal locking.
- TAO_SYNCH_MUTEX lock_;
};
}