summaryrefslogtreecommitdiff
path: root/ace/Proactor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Proactor.cpp')
-rw-r--r--ace/Proactor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Proactor.cpp b/ace/Proactor.cpp
index 65f426a9f2b..942cae1f2fc 100644
--- a/ace/Proactor.cpp
+++ b/ace/Proactor.cpp
@@ -1,6 +1,5 @@
// $Id$
-#include "ace/config-lite.h"
#include "ace/Proactor.h"
#if ((defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)) || (defined (ACE_HAS_AIO_CALLS)))
@@ -1191,9 +1190,10 @@ ACE_Proactor::run_event_loop (void)
}
int
-ACE_Proactor::run_event_loop (ACE_Time_Value &)
+ACE_Proactor::run_event_loop (ACE_Time_Value &tv)
{
// not implemented
+ ACE_UNUSED_ARG (tv);
return -1;
}