for all complaints please yell at a printer
This commit is contained in:
parent
0662828b42
commit
c0d7a4931c
2 changed files with 2 additions and 0 deletions
BIN
server/src/sock/.pool.hpp.kate-swp
Normal file
BIN
server/src/sock/.pool.hpp.kate-swp
Normal file
Binary file not shown.
|
@ -6,6 +6,8 @@ template<typename T>
|
|||
class Pool {
|
||||
public:
|
||||
|
||||
protected:
|
||||
virtual void ProcessClient(T* client);
|
||||
private:
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue