summaryrefslogtreecommitdiffstats
path: root/src/mad.cpp
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-09-16 02:05:23 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-09-16 02:05:23 +0200
commita37ee55e14db26ca273ddeca5b0ab0fb8c8de77c (patch)
tree43918247dc30687a6039aaa8670144d548106d06 /src/mad.cpp
parentcc35771abf4fc7e0dd472bd818ff2b4962c7e204 (diff)
downloadmad-a37ee55e14db26ca273ddeca5b0ab0fb8c8de77c.tar
mad-a37ee55e14db26ca273ddeca5b0ab0fb8c8de77c.zip
IdentifiyRequest nach Daemon/Requests verschoben
Diffstat (limited to 'src/mad.cpp')
-rw-r--r--src/mad.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mad.cpp b/src/mad.cpp
index 3b1a9d8..0eda1f0 100644
--- a/src/mad.cpp
+++ b/src/mad.cpp
@@ -21,8 +21,8 @@
#include "Net/IPAddress.h"
#include "Common/Backends/SystemBackendProc.h"
#include "Common/RequestManager.h"
-#include "Common/Requests/IdentifyRequest.h"
#include "Common/RequestHandlers/StatusRequestHandler.h"
+#include "Daemon/Requests/IdentifyRequest.h"
#include <iostream>
#include <unistd.h>
@@ -52,8 +52,8 @@ int main() {
//char hostname[256];
//gethostname(hostname, sizeof(hostname));
- //Mad::Common::Requests::IdentifyRequest::send(connection, hostname);
- Mad::Common::Requests::IdentifyRequest::send(connection, "test");
+ //Mad::Daemon::Requests::IdentifyRequest::send(connection, hostname);
+ Mad::Daemon::Requests::IdentifyRequest::send(connection, "test");
while(connection->isConnected()) {
struct pollfd fd = connection->getPollfd();