summaryrefslogtreecommitdiff
path: root/ACE/ace/Log_Msg_NT_Event_Log.h
diff options
context:
space:
mode:
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_;