From 69f380ae3288dcb07fb993017ed09d6e8c60c9a1 Mon Sep 17 00:00:00 2001 From: dpasukhi Date: Mon, 6 May 2024 10:53:55 +0100 Subject: [PATCH] 0033699: Data Exchange, DE Wrapper - Integration activation plug-in mechanism plug-in New virtual function is implemented --- src/DE/DE_ConfigurationNode.hxx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/DE/DE_ConfigurationNode.hxx b/src/DE/DE_ConfigurationNode.hxx index 0f48ac5e55..4f06830c9e 100644 --- a/src/DE/DE_ConfigurationNode.hxx +++ b/src/DE/DE_ConfigurationNode.hxx @@ -140,6 +140,15 @@ public: myIsEnabled = theIsLoaded; } + //! Custom function to activate commercial DE component. + //! The input is special sequence of values that described in + //! specific component documentation. Order is important. + //! Each component can have own way of activation. + //! + //! The main goal - real-time loading plug-in activation. + //! OpenSource components don't need to have activation process. + Standard_EXPORT void virtual CustomActivation(const TColStd_ListOfAsciiString&) {}; + public: //!< Internal parameters for transfer process