/**
*
* @file
* @brief
*
* @responsible
* @author
* @version
* @copyright
*/
class ConnectivityAssistant extends ManagerRpc {
'set' => array(
'config' => 'array',
'revertTimeout' => 'integer'
)
);
return $this->p_handleResponse(&$p_errors, $this->p_call()->set(&$p_result, $p_config, $p_revertTimeout), $p_result);
}
}; // Configuration
?>