summaryrefslogtreecommitdiffstats
path: root/src/Client/CommandParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Client/CommandParser.h')
-rw-r--r--src/Client/CommandParser.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Client/CommandParser.h b/src/Client/CommandParser.h
index e2b4d58..08b21a1 100644
--- a/src/Client/CommandParser.h
+++ b/src/Client/CommandParser.h
@@ -26,6 +26,10 @@
namespace Mad {
+namespace Common {
+class Exception;
+}
+
namespace Net {
class Connection;
@@ -74,6 +78,8 @@ class CommandParser {
void daemonListRequestFinished(const Net::Packets::NameListPacket &packet);
void daemonStatusRequestFinished(const Net::Packets::HostStatusPacket &packet);
+ void errorCallback(const Common::Exception &exception);
+
void requestFinished() {
activeRequests--;