integrada la nueva versi?n de qtwebapp

This commit is contained in:
Luis Ángel San Martín
2012-09-09 15:41:34 +02:00
parent a39cc616f6
commit d123df4f53
15 changed files with 89 additions and 74 deletions

View File

@ -44,15 +44,12 @@ public:
/** Destructor */
virtual ~HttpConnectionHandler();
/** Returns true, if this handler is busy */
/** Returns true, if this handler is in use. */
bool isBusy();
/** Mark this handler as busy */
void setBusy();
/** This shows the busy-state from a very early time */
bool busy;
private:
/** Configuration settings */
@ -70,6 +67,9 @@ private:
/** Dispatches received requests to services */
HttpRequestHandler* requestHandler;
/** This shows the busy-state from a very early time */
bool busy;
/** Executes the htreads own event loop */
void run();