#include <tnt/applicationunlocker.h>
Public Member Functions | |
| ApplicationUnlocker (HttpRequest &request_, bool release=true) | |
| void | unlock () |
| void | lock () |
Normally the application is locked as soon as a request uses somewhere a application variable. Sometimes it is desirable to explicitely release that lock, e.g. when a request has some longer task to do.