MX
config section via HTTP
.
More...
#include <IGetConfigSection.h>
Inheritance diagram for mx::IGetConfigSection:
Public Member Functions | |
virtual mxm::smart< mxmConfigSection > | configSection ()=0 |
Returns the downloaded config section. Requirements.... |
MX
config section via HTTP
.
[khe]
Kai Hergenroether
|
Returns the downloaded config section. Requirements.... Requirement: Each action execution will produce a new config section object. Requirement: The smart handle encapsuled in the action object and the ones produced by configSection() will be the only ones. If you only obtained one handle, deletion of the action object will therefore allow you to reconfigure the locking settings for the handle. Implemented in mx::GetConfigSection. |