Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
vines26 committed Feb 9, 2024
1 parent 77fc587 commit 654c381
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions source/plugin-loading/IComponentPlugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,13 @@ struct IComponentPlugin {

virtual std::shared_ptr<ITransportComponent>
createTransport(const std::string &name, ITransportSdk *sdk,
const std::string &roleName,
PluginConfig &pluginConfig) = 0;
const std::string &roleName, PluginConfig &pluginConfig) = 0;
virtual std::shared_ptr<IUserModelComponent>
createUserModel(const std::string &name, IUserModelSdk *sdk,
const std::string &roleName,
PluginConfig &pluginConfig) = 0;
const std::string &roleName, PluginConfig &pluginConfig) = 0;
virtual std::shared_ptr<IEncodingComponent>
createEncoding(const std::string &name, IEncodingSdk *sdk,
const std::string &roleName,
PluginConfig &pluginConfig) = 0;
const std::string &roleName, PluginConfig &pluginConfig) = 0;
virtual std::string get_path() = 0;
};

Expand Down

0 comments on commit 654c381

Please sign in to comment.