From ed6a442f7c63cf7e14cb4c4a45e8e0ad2df7b382 Mon Sep 17 00:00:00 2001 From: schmidt Date: Sun, 8 Dec 1996 00:08:45 +0000 Subject: jammer --- ace/Synch_T.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ace/Synch_T.cpp') diff --git a/ace/Synch_T.cpp b/ace/Synch_T.cpp index 6e371199365..cf6219502eb 100644 --- a/ace/Synch_T.cpp +++ b/ace/Synch_T.cpp @@ -272,7 +272,7 @@ ACE_TSS::ts_get (void) const template ACE_TSS::ACE_TSS (TYPE *ts_obj) : once_ (0), - key_ (0) + key_ (ACE_OS::NULL_key) { // If caller has passed us a non-NULL TYPE *, then we'll just use // this to initialize the thread-specific value. Thus, subsequent @@ -426,7 +426,7 @@ ACE_TSS_Guard::init_key (void) { // ACE_TRACE ("ACE_TSS_Guard::init_key"); - this->key_ = 0; + this->key_ = ACE_OS::NULL_key; ACE_Thread::keycreate (&this->key_, &ACE_TSS_Guard::cleanup, (void *) this); -- cgit v1.2.1