diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2008-07-30 06:29:16 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2008-07-30 06:29:16 +0000 |
| commit | fba71cbd9623141c7522718b9477dae34726dd89 (patch) | |
| tree | 39882eb2233cb3bb1d708c4c3e4c8e15bc7626df /qpid/cpp/src/tests/SocketProxy.h | |
| parent | 143899621eff8aad4e9305fd4471cea334822a96 (diff) | |
| download | qpid-python-fba71cbd9623141c7522718b9477dae34726dd89.tar.gz | |
Related to QPID-1198: Moved posix platform specific "strerror" code to
platform specific directory
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@680920 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/SocketProxy.h')
| -rw-r--r-- | qpid/cpp/src/tests/SocketProxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/SocketProxy.h b/qpid/cpp/src/tests/SocketProxy.h index b53387bd57..a1a1351c7d 100644 --- a/qpid/cpp/src/tests/SocketProxy.h +++ b/qpid/cpp/src/tests/SocketProxy.h @@ -78,7 +78,7 @@ class SocketProxy : private qpid::sys::Runnable private: static void throwErrno(const std::string& msg) { - throw qpid::Exception(msg+":"+qpid::strError(errno)); + throw qpid::Exception(msg+":"+qpid::sys::strError(errno)); } static void throwIf(bool condition, const std::string& msg) { if (condition) throw qpid::Exception(msg); |
