mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 15:20:26 +00:00
Warning fixes, general cleanup (#5053)
This commit is contained in:
@@ -26,13 +26,13 @@
|
||||
//this is the only part of an EQStream that is seen by the application.
|
||||
|
||||
|
||||
typedef enum {
|
||||
enum EQStreamState {
|
||||
ESTABLISHED,
|
||||
CLOSING, //waiting for pending data to flush.
|
||||
DISCONNECTING, //have sent disconnect, waiting for their disconnect reply.
|
||||
CLOSED, //received a disconnect from remote side.
|
||||
UNESTABLISHED
|
||||
} EQStreamState;
|
||||
};
|
||||
|
||||
class EQApplicationPacket;
|
||||
class OpcodeManager;
|
||||
|
||||
Reference in New Issue
Block a user