base commit
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@12865 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
14
dev/SocketsBase/protocol.cpp
Normal file
14
dev/SocketsBase/protocol.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "protocol.hpp"
|
||||
|
||||
Protocol::Protocol()
|
||||
{
|
||||
}
|
||||
|
||||
Protocol::~Protocol()
|
||||
{
|
||||
}
|
||||
|
||||
PROTOCOL_TYPE Protocol::getProtocolType()
|
||||
{
|
||||
return m_type;
|
||||
}
|
||||
Reference in New Issue
Block a user