summaryrefslogtreecommitdiff
path: root/ace/Synch.i
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-23 04:43:59 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-23 04:43:59 +0000
commita7c03cabf931b077d70c6f80ec02c7728a429f49 (patch)
tree61d38d262d43ac77fc2ad94c9e7e850cd5607622 /ace/Synch.i
parent2aa7b10780ad7c670f588dce4ec341351a0646aa (diff)
downloadATCD-a7c03cabf931b077d70c6f80ec02c7728a429f49.tar.gz
ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/Synch.i')
-rw-r--r--ace/Synch.i8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Synch.i b/ace/Synch.i
index 655edaad9ba..9bfe502ccae 100644
--- a/ace/Synch.i
+++ b/ace/Synch.i
@@ -272,7 +272,7 @@ ACE_Mutex::remove (void)
sizeof (ACE_mutex_t));
ACE_OS::shm_unlink (this->lockname_);
ACE_OS::free (ACE_static_cast (void *,
- ACE_const_cast (LPTSTR,
+ ACE_const_cast (ACE_TCHAR *,
this->lockname_)));
}
}
@@ -450,7 +450,7 @@ ACE_Process_Semaphore::tryacquire_write (void)
ACE_INLINE
ACE_Null_Semaphore::ACE_Null_Semaphore (u_int,
int,
- LPCTSTR,
+ const ACE_TCHAR *,
void *,
int)
{
@@ -898,7 +898,7 @@ ACE_Null_Barrier::dump (void) const
}
ACE_INLINE
-ACE_Null_Mutex::ACE_Null_Mutex (LPCTSTR)
+ACE_Null_Mutex::ACE_Null_Mutex (const ACE_TCHAR *)
{
}
@@ -974,7 +974,7 @@ ACE_Noop_Token::dump (void) const
ACE_INLINE
ACE_Null_Condition::ACE_Null_Condition (const ACE_Null_Mutex &m,
- LPCTSTR,
+ const ACE_TCHAR *,
void*)
: mutex_ ((ACE_Null_Mutex &) m)
{