From 3bae8dea48f9f558ef8f9f3cb13f428c8cdb963d Mon Sep 17 00:00:00 2001 From: thlo Date: Mon, 29 Jul 2013 22:10:14 +0200 Subject: changed from deleteTime.xml to deleteTimer (no .xml) and same for addTimer --- httpresource.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httpresource.c b/httpresource.c index 545e7ba..2832d5b 100755 --- a/httpresource.c +++ b/httpresource.c @@ -340,14 +340,14 @@ int cHttpResource::processRequest() { } //thlo for testing purpose - if (mPath.compare("/deleteTimer.xml") == 0) { + if (mPath.compare("/deleteTimer") == 0) { mResponse = new cResponseMemBlk(this); ((cResponseMemBlk*)mResponse)->receiveDelTimerReq(); return OKAY; } //thlo for testing purpose - if (mPath.compare("/addTimer.xml") == 0) { + if (mPath.compare("/addTimer") == 0) { mResponse = new cResponseMemBlk(this); ((cResponseMemBlk*)mResponse)->receiveAddTimerReq(); return OKAY; -- cgit v1.2.3