summary refs log tree commit diff
path: root/src/mongoStub.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongoStub.hpp')
-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; }