eitch tee tee pee colon slaysh slaysh
This commit is contained in:
parent
c0d7a4931c
commit
3ad9801399
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -7,7 +7,7 @@ class Pool {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void ProcessClient(T* client);
|
virtual void ProcessClient(T* client) = 0;
|
||||||
private:
|
private:
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue