Jim Babwe

This commit is contained in:
MarcEricMartel
2023-11-24 14:15:40 -05:00
parent bd14cd3962
commit 573316682b
4 changed files with 14 additions and 9 deletions

View File

@@ -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;