summaryrefslogtreecommitdiffstats
path: root/src/Common/Request/Request.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-09-10 21:46:33 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-09-10 21:46:33 +0200
commitc4c91c7cbc6c413e59f05be88e6bd1c6bc83679d (patch)
treecd6148bbf037eb323bbfe6bd40a697ea0bbd2d17 /src/Common/Request/Request.h
parent55a6045504bee4bf425870b6b427abd5240e7303 (diff)
downloadmad-c4c91c7cbc6c413e59f05be88e6bd1c6bc83679d.tar
mad-c4c91c7cbc6c413e59f05be88e6bd1c6bc83679d.zip
Server-Status-Abfrage zeigt jetzt uptime an
Diffstat (limited to 'src/Common/Request/Request.h')
-rw-r--r--src/Common/Request/Request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Request/Request.h b/src/Common/Request/Request.h
index 5c8d6c4..657a0a7 100644
--- a/src/Common/Request/Request.h
+++ b/src/Common/Request/Request.h
@@ -38,7 +38,7 @@ class Request : public RequestHandler {
public:
bool isSent() const {return sent;}
- virtual bool sendRequest(Net::Connection *connection, unsigned short requestId) = 0;
+ virtual bool sendRequest(Net::Connection *connection, uint16_t requestId) = 0;
};
}