diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-08-26 23:42:52 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-08-26 23:42:52 +0000 |
commit | 4b6694c5a2baef59a4845caef124ab550a876e43 (patch) | |
tree | 495797f7118c50c4adbd1feb035f7ed5a7d460fd /ace/Logging_Strategy.h | |
parent | ac5745535942fed5c6c518e7a39b304415001fee (diff) | |
download | ATCD-4b6694c5a2baef59a4845caef124ab550a876e43.tar.gz |
ChangeLogTag:Sat Aug 26 17:39:53 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/Logging_Strategy.h')
-rw-r--r-- | ace/Logging_Strategy.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ace/Logging_Strategy.h b/ace/Logging_Strategy.h index 158cfcbd394..57e757c97c0 100644 --- a/ace/Logging_Strategy.h +++ b/ace/Logging_Strategy.h @@ -68,6 +68,16 @@ private: void tokenize (ACE_TCHAR *flag_string); // Tokenize to set all the flags + void priorities (ACE_TCHAR *priority_string, + ACE_Log_Msg::MASK_TYPE mask); + // Tokenize to set priorities (either process or thread one). + + u_long thread_priority_mask_; + // Current thread's priority mask set by <priorities> + + u_long process_priority_mask_; + // Process-wide priority mask set by <priorities> + u_long flags_; // Flags we keep track of. |