// workaround for incremental linking bugs in MSVC2015 class SAL_DLLPUBLIC_TEMPLATE CommandEnvironment_Base
: public cppu::WeakImplHelper<css::ucb::XCommandEnvironment>
{
};
/** *Thisclassimplementstheinterface *css::ucb::XCommandEnvironment.Instancesofthisclasscan *beusedtosupplyenvironmentstocommandsexecutedbyUCBcontents.
*/ class UCBHELPER_DLLPUBLIC CommandEnvironment final : public CommandEnvironment_Base
{
std::unique_ptr<CommandEnvironment_Impl> m_pImpl;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.