mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 07:16:37 +00:00
Compression needs work but finished the eqstream abstraction layer otherwise.
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
|
||||
//main processing interface
|
||||
void Process();
|
||||
void AddStream(std::shared_ptr<EQStreamInterface> &eqs);
|
||||
void AddStream(std::shared_ptr<EQStreamInterface> eqs);
|
||||
EQStreamInterface *PopIdentified();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user