summaryrefslogtreecommitdiff
path: root/i/simulotron/src/socket/socket_server.cc
diff options
context:
space:
mode:
Diffstat (limited to 'i/simulotron/src/socket/socket_server.cc')
-rw-r--r--i/simulotron/src/socket/socket_server.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/i/simulotron/src/socket/socket_server.cc b/i/simulotron/src/socket/socket_server.cc
index 6014171..662abe0 100644
--- a/i/simulotron/src/socket/socket_server.cc
+++ b/i/simulotron/src/socket/socket_server.cc
@@ -68,3 +68,9 @@ SocketServer::accept (void)
return socket;
}
+
+int
+SocketServer::getFD (void)
+{
+ return socket_;
+}