13 lines
208 B
Plaintext
13 lines
208 B
Plaintext
#ifndef UCE_SET_CURRENT_REQUEST_DEFINED
|
|
#define UCE_SET_CURRENT_REQUEST_DEFINED
|
|
|
|
/*load_declarations*/
|
|
|
|
extern "C" void set_current_request(Request* _request)
|
|
{
|
|
context = _request;
|
|
/*load_units*/
|
|
}
|
|
|
|
#endif
|