summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Selector.h')
-rw-r--r--cpp/src/Ice/Selector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Selector.h b/cpp/src/Ice/Selector.h
index e53357a0065..f8880ae69fc 100644
--- a/cpp/src/Ice/Selector.h
+++ b/cpp/src/Ice/Selector.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
@@ -92,7 +92,7 @@ public:
void update(EventHandler*, SocketOperation, SocketOperation);
void finish(EventHandler*);
- EventHandler* getNextHandler(SocketOperation&, int);
+ EventHandler* getNextHandler(SocketOperation&, DWORD&, int&, int);
HANDLE getIOCPHandle() { return _handle; }