diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pso/TTcpSocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pso/TTcpSocket.cpp b/src/pso/TTcpSocket.cpp index 5021fd6..0317f37 100644 --- a/src/pso/TTcpSocket.cpp +++ b/src/pso/TTcpSocket.cpp @@ -144,7 +144,7 @@ int TTcpSocket::test_connection() { } -void some_stub() {} +void TTcpSocket::some_stub() {} short TTcpSocket::stat() { if (sock_fd() != -1) { |