summaryrefslogtreecommitdiff
path: root/ACE/ace/Log_Msg_NT_Event_Log.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2007-03-09 16:16:19 +0000
committerSteve Huston <shuston@riverace.com>2007-03-09 16:16:19 +0000
commit3abbe03d43031f653b9328916fe9182911aa0356 (patch)
treeded56ea8e14846d18bb2c472dcbcfedf551d21eb /ACE/ace/Log_Msg_NT_Event_Log.h
parent3b6a89aacac7d726b38a82d04da47dc21a04f5f3 (diff)
downloadATCD-3abbe03d43031f653b9328916fe9182911aa0356.tar.gz
ChangeLogTag:Fri Mar 9 16:10:09 UTC 2007 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/ace/Log_Msg_NT_Event_Log.h')
-rw-r--r--ACE/ace/Log_Msg_NT_Event_Log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Log_Msg_NT_Event_Log.h b/ACE/ace/Log_Msg_NT_Event_Log.h
index 7b953e1cc0c..4bca6adaa20 100644
--- a/ACE/ace/Log_Msg_NT_Event_Log.h
+++ b/ACE/ace/Log_Msg_NT_Event_Log.h
@@ -58,7 +58,7 @@ public:
virtual int close (void);
/// This is called when we want to log a message.
- virtual int log (ACE_Log_Record &log_record);
+ virtual ssize_t log (ACE_Log_Record &log_record);
private:
HANDLE evlog_handle_;