for all complaints please yell at a printer

This commit is contained in:
malloc 2018-04-09 16:51:17 -05:00
parent 0662828b42
commit c0d7a4931c
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View file

@ -6,6 +6,8 @@ template<typename T>
class Pool {
public:
protected:
virtual void ProcessClient(T* client);
private:
};