mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0033699: Data Exchange, DE Wrapper - Integration activation plug-in mechanism plug-in
New virtual function is implemented
This commit is contained in:
parent
36dc3d2037
commit
69f380ae32
@ -140,6 +140,15 @@ public:
|
|||||||
myIsEnabled = theIsLoaded;
|
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:
|
public:
|
||||||
|
|
||||||
//!< Internal parameters for transfer process
|
//!< Internal parameters for transfer process
|
||||||
|
Loading…
x
Reference in New Issue
Block a user