diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-08 00:16:44 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-08 00:16:44 +0000 |
commit | 2b05f68c8ceef93fea99d6eb440c0635a19605f6 (patch) | |
tree | 1312938a9bf295863248691d500c302657cb8501 /ace/Log_Msg.h | |
parent | cb005c95c0eeaa92aac5c9be6e4f88decd0a8766 (diff) | |
download | ATCD-2b05f68c8ceef93fea99d6eb440c0635a19605f6.tar.gz |
ChangeLogTag:Thu Sep 7 16:15:24 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r-- | ace/Log_Msg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h index 0274eb69a9e..7c8837892b3 100644 --- a/ace/Log_Msg.h +++ b/ace/Log_Msg.h @@ -636,6 +636,9 @@ private: static void sync_hook (const ACE_TCHAR *prg_name); // Decouple the OS layer from the Log_Msg layer. + static ACE_OS_Thread_Descriptor *thr_desc_hook (void); + // Return the TSS singleton thread descriptor + friend void ACE_OS::cleanup_tss (const u_int); // = Disallow these operations. |