23 #include "softwarecontaineragent_dbus_stub.h" 30 LOG_DECLARE_CLASS_CONTEXT(
"SCAA",
"SoftwareContainerAgentAdaptor");
36 Glib::RefPtr<Glib::MainLoop> &mainLoop,
43 void Execute(
const gint32 containerID,
44 const std::string commandLine,
45 const std::string workingDirectory,
46 const std::string outputFile,
47 const std::map<std::string, std::string> env,
52 void BindMount(
const gint32 containerID,
53 const std::string pathInHost,
54 const std::string PathInContainer,
62 void SetCapabilities(
const gint32 containerID,
63 const std::vector<std::string> capabilities,
70 void onDBusError(std::string message);
71 void onDBusNameAcquired(std::string message);
73 Glib::RefPtr<Glib::MainLoop> m_mainLoop;
Contains the softwarecontainer::SoftwareContainerAgent class.
Developers guide to adding a config item: