diff options
author | john_c <john_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-04-28 03:50:28 +0000 |
---|---|---|
committer | john_c <john_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-04-28 03:50:28 +0000 |
commit | 88556d568eb0a06bf8af2ddefacbc1ad5f00401e (patch) | |
tree | 72f4a0e33b9dd26d1783ff005d67494bfb79a9de /ace/Log_Msg_Callback.h | |
parent | 317d8c1ce78436f0107f056418c0c5f5b4231069 (diff) | |
download | ATCD-oci_dave_wchar_refactor_branch.tar.gz |
4_27_06 branch merge in and compile error fixedoci_dave_wchar_refactor_branch
Diffstat (limited to 'ace/Log_Msg_Callback.h')
-rw-r--r-- | ace/Log_Msg_Callback.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Msg_Callback.h b/ace/Log_Msg_Callback.h index 2d3af46a1b3..182186ac1ae 100644 --- a/ace/Log_Msg_Callback.h +++ b/ace/Log_Msg_Callback.h @@ -42,7 +42,7 @@ class ACE_Log_Record; * * Remember that there is one Log_Msg object per thread. * Therefore, you may need to register your callback object with - * many <ACE_Log_Msg> objects (and have the correct + * many ACE_Log_Msg objects (and have the correct * synchronization in the <log> method) or have a separate * callback object per Log_Msg object. Moreover, * <ACE_Log_Msg_Callbacks> are not inherited when a new thread |