Mentions légales du service

Skip to content
Snippets Groups Projects

Resolve "Update: Applications Brackets"

Merged MONSEIGNE Thibaut requested to merge 189-update-applications-brackets into development
Files
145
@@ -51,8 +51,7 @@ public:
/// Hook called at the end of the acceptNewConnection() function of AcquisitionServer
virtual void acceptNewConnectionHook() {}
IAcquisitionServerPlugin(const Kernel::IKernelContext& ctx, const CString& name)
: m_kernelCtx(ctx), m_settings(name, ctx.getConfigurationManager()) {}
IAcquisitionServerPlugin(const Kernel::IKernelContext& ctx, const CString& name) : m_kernelCtx(ctx), m_settings(name, ctx.getConfigurationManager()) {}
virtual ~IAcquisitionServerPlugin() {}
Loading