diff --git a/dev/SocketsBase/SocketsBase.cbp b/dev/SocketsBase/SocketsBase.cbp deleted file mode 100644 index 2ed3adc52..000000000 --- a/dev/SocketsBase/SocketsBase.cbp +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - diff --git a/dev/SocketsBase/SocketsBase.depend b/dev/SocketsBase/SocketsBase.depend deleted file mode 100644 index 5d831ae76..000000000 --- a/dev/SocketsBase/SocketsBase.depend +++ /dev/null @@ -1,132 +0,0 @@ -# depslib dependency file v1.0 -1371490349 source:/home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/main.cpp - - - "client_network_manager.hpp" - "server_network_manager.hpp" - "protocol_manager.hpp" - "protocols/get_public_address.hpp" - - - -1371308465 source:/home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/client.cpp - "client.hpp" - - -1371308471 /home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/client.hpp - "stk_peer.h" - - -1371308808 /home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/stk_peer.h - -1371490431 source:/home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/client_network_manager.cpp - "client_network_manager.hpp" - - -1371480489 /home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/client_network_manager.hpp - "network_manager.hpp" - -1371481319 /home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/network_manager.hpp - "stk_peer.hpp" - "stk_host.hpp" - - "protocol_manager.hpp" - -1370655017 /home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/server.hpp - "stk_peer.h" - - -1371494752 source:/home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/network_manager.cpp - "network_manager.hpp" - - -1370655140 source:/home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/server.cpp - "server.hpp" - - -1371480479 source:/home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/server_network_manager.cpp - "server_network_manager.hpp" - - - - - -1371480483 /home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/server_network_manager.hpp - "network_manager.hpp" - -1371345329 source:/home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/stk_peer.cpp - "stk_peer.hpp" - - - -1371342227 /home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/stk_peer.hpp - "stk_host.hpp" - - -1371494269 /home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/stk_host.hpp - - -1371494673 source:/home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/stk_host.cpp - "stk_host.hpp" - "network_manager.hpp" - - - - -1371429449 /home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/protocol_listener.hpp - - - -1371344039 source:/home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/http_functions.cpp - "http_functions.hpp" - - - - -1371343994 /home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/http_functions.hpp - - -1371480450 /home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/protocol_manager.hpp - - - -1371346908 source:/home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/packet.cpp - "packet.hpp" - -1371427096 /home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/packet.hpp - - - -1371485468 source:/home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/protocol.cpp - "protocol.hpp" - -1371485485 /home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/protocol.hpp - "protocol_manager.hpp" - "callback_object.hpp" - - -1371342576 source:/home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/protocol_listener.cpp - "protocol_listener.hpp" - -1371481407 source:/home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/protocol_manager.cpp - "protocol_manager.hpp" - "protocol.hpp" - - - -1371494759 source:/home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/protocols/get_public_address.cpp - "get_public_address.hpp" - "../network_manager.hpp" - - - - - -1371485726 /home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/protocols/get_public_address.hpp - "../protocol.hpp" - -1371485520 /home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/callback_object.hpp - -1371485516 source:/home/hilnius/Development/svn/supertuxkart/main/branches/hilnius/dev/SocketsBase/callback_object.cpp - "callback_object.hpp" - diff --git a/dev/SocketsBase/SocketsBase.layout b/dev/SocketsBase/SocketsBase.layout deleted file mode 100644 index 6a0f9d8e1..000000000 --- a/dev/SocketsBase/SocketsBase.layout +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dev/SocketsBase/callback_object.cpp b/dev/SocketsBase/callback_object.cpp new file mode 100644 index 000000000..cbba8acfb --- /dev/null +++ b/dev/SocketsBase/callback_object.cpp @@ -0,0 +1,9 @@ +#include "callback_object.hpp" + +CallbackObject::CallbackObject() +{ +} + +CallbackObject::~CallbackObject() +{ +} diff --git a/dev/SocketsBase/callback_object.hpp b/dev/SocketsBase/callback_object.hpp new file mode 100644 index 000000000..70c4ab486 --- /dev/null +++ b/dev/SocketsBase/callback_object.hpp @@ -0,0 +1,14 @@ +#ifndef CALLBACK_OBJECT_HPP +#define CALLBACK_OBJECT_HPP + + +class CallbackObject +{ + public: + CallbackObject(); + virtual ~CallbackObject(); + + protected: +}; + +#endif // CALLBACK_OBJECT_HPP