aboutsummaryrefslogtreecommitdiff
path: root/lib/network/http_dyn.cpp
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2004-09-25 16:13:48 +0000
committerFelix Domke <tmbinc@elitedvb.net>2004-09-25 16:13:48 +0000
commit1aeefd997cc362c3b37c1587c5f08891b35c3a75 (patch)
tree621600d89b20531ee9e6497dbc9fb50db8a4d759 /lib/network/http_dyn.cpp
parent636a782d8920b4b52a881a4565c46c06f68785b5 (diff)
downloadenigma2-1aeefd997cc362c3b37c1587c5f08891b35c3a75.tar.gz
enigma2-1aeefd997cc362c3b37c1587c5f08891b35c3a75.zip
- new GUI lib
- fixes
Diffstat (limited to 'lib/network/http_dyn.cpp')
-rw-r--r--lib/network/http_dyn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/http_dyn.cpp b/lib/network/http_dyn.cpp
index ea47019b..d020133a 100644
--- a/lib/network/http_dyn.cpp
+++ b/lib/network/http_dyn.cpp
@@ -31,7 +31,7 @@ int eHTTPDyn::doWrite(int hm)
eHTTPDynPathResolver::eHTTPDynPathResolver()
{
- dyn.setAutoDelete(true);
+#warning autodelete removed
}
void eHTTPDynPathResolver::addDyn(eString request, eString path, eString (*function)(eString, eString, eString, eHTTPConnection*))