Jim Babwe
This commit is contained in:
@@ -41,7 +41,9 @@ public:
|
||||
void CleanInputManifest(Timestamp time);
|
||||
private:
|
||||
std::unordered_map<Timestamp, Input> m_input_manifest;
|
||||
std::vector<Input> m_input_vector;
|
||||
std::unordered_map<Timestamp, Output> m_output_manifest;
|
||||
std::vector<Output> m_output_vector;
|
||||
std::unordered_map<Timestamp, Chat> m_chatlog;
|
||||
|
||||
SOCKET m_sock;
|
||||
|
Reference in New Issue
Block a user