summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-11 05:29:33 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-11 05:29:33 +0000
commit48adf6bc4d2cb81c5bd542890ebe8a281510f3ac (patch)
treeba85bb509e6450faa09da37506a023e6fb2a93fc /ace/Log_Msg.h
parent431388bf5c64d9d796d126ca81981fe363aeb393 (diff)
downloadATCD-48adf6bc4d2cb81c5bd542890ebe8a281510f3ac.tar.gz
More Thread_Manager optimization.
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r--ace/Log_Msg.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h
index 2b5fb1f56c4..4889ca8f8b9 100644
--- a/ace/Log_Msg.h
+++ b/ace/Log_Msg.h
@@ -178,7 +178,7 @@ public:
void sync (const ASYS_TCHAR *program_name);
// Call after doing a <fork> to resynchronize the process id and
// <program_name> variables.
- // @@ Does this function mean anything on Windows?
+ // @@ Does this function mean anything on Windows?
// = Set/get methods. Note that these are non-static and thus will
// be thread-specific.
@@ -250,10 +250,9 @@ public:
ACE_Thread_Descriptor *thr_desc (void) const;
// Get the TSS thread descriptor.
- void thr_desc (ACE_Thread_Descriptor *td,
- ACE_Thread_Manager *thr_mgr = 0);
+ void thr_desc (ACE_Thread_Descriptor *td);
// Set the TSS thread descriptor. This method will call
- // thr_mgr->acquire_release to block execution until this call
+ // td->acquire_release to block execution until this call
// return.
// = Stop/start/query tracing status on a per-thread basis...