diff options
Diffstat (limited to 'cpp/src/Ice/Selector.cpp')
-rw-r--r-- | cpp/src/Ice/Selector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Selector.cpp b/cpp/src/Ice/Selector.cpp index 822a5bedd48..85a3210f61e 100644 --- a/cpp/src/Ice/Selector.cpp +++ b/cpp/src/Ice/Selector.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2008 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. @@ -147,7 +147,7 @@ IceInternal::Selector::add(SOCKET fd, SocketStatus status) { Error out(_instance->initializationData().logger); out << "error while adding filedescriptor to epoll set:\n"; - out << IceInternalUtil::errorToString(getSocketErrno()); + out << IceUtilInternal::errorToString(getSocketErrno()); } _events.resize(_events.size() + 1); #elif defined(__APPLE__) |