#include "privateExecContext.h" VariableType PrivateExecContext::getParameter(const VariableType &) const { throw NotSupported(__PRETTY_FUNCTION__); } SessionPtr PrivateExecContext::getSession() const { throw NotSupported(__PRETTY_FUNCTION__); }