#include "Base/spStandard.hpp"
#include "Framework/Network/spNetworkBaseUDP.hpp"
#include "Framework/Network/spNetworkAddress.hpp"
#include <boost/function.hpp>
Go to the source code of this file.
Classes | |
class | sp::network::NetworkSessionLogin |
Namespaces | |
namespace | sp |
!! | |
namespace | sp::network |
This namespace contains all network functions such as connecting, sending and receiving messages. | |
Typedefs | |
typedef boost::function< void(const NetworkAddress &ReceptionAddress, const io::stringc &SessionDescription)> | sp::network::SessionAnswerCallback |