Switched TODO: empty to TODO: *function name*

This commit is contained in:
Kayne Ruse
2015-02-27 03:27:37 +11:00
parent 1210d2d24f
commit c45bda645b
12 changed files with 33 additions and 33 deletions
+3 -3
View File
@@ -22,13 +22,13 @@
#include "server_application.hpp"
void ServerApplication::hTextBroadcast(TextPacket* const argPacket) {
//TODO: (9) empty
//TODO: (9) ServerApplication::hTextBroadcast()
}
void ServerApplication::hTextSpeech(TextPacket* const argPacket) {
//TODO: (9) empty
//TODO: (9) ServerApplication::hTextSpeech()
}
void ServerApplication::hTextWhisper(TextPacket* const argPacket) {
//TODO: (9) empty
//TODO: (9) ServerApplication::hTextWhisper()
}