summary refs log tree commit diff
path: root/src/mongoStub.hpp
diff options
context:
space:
mode:
authorNewe <speedy.wolfy@outlook.com>2021-05-25 23:00:54 +0200
committerNewe <speedy.wolfy@outlook.com>2021-05-25 23:00:54 +0200
commitd6c30fc027d3ea71615c994ba1d6a1fc13636a76 (patch)
treecd528fbcea34d5fe182d52bcc7aca864bc04af65 /src/mongoStub.hpp
parent[edit] Retrieve the event name from mongoDB event payload (diff)
downloadserver-d6c30fc027d3ea71615c994ba1d6a1fc13636a76.tar.xz
[add] Mongo collection insert :)
Diffstat (limited to '')
-rw-r--r--src/mongoStub.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongoStub.hpp b/src/mongoStub.hpp

index 71bac792..18b899ae 100644 --- a/src/mongoStub.hpp +++ b/src/mongoStub.hpp
@@ -23,6 +23,10 @@ class mongoStub{ std::vector<mongoMessage> getNewMessages(mongocxx::change_stream* colCs); + void handleUdpRequest(); + + void handleVoiceRequest(); + mongocxx::collection getCol() const { return col; }