Main: move CRT cmdline obj into libspinscale
This commit is contained in:
+1
-1
Submodule libspinscale updated: 3f3ff1283f...18b632e5bb
@@ -20,13 +20,6 @@ namespace mrntt {
|
|||||||
std::shared_ptr<MarionetteThread> thread = std::make_shared<MarionetteThread>();
|
std::shared_ptr<MarionetteThread> thread = std::make_shared<MarionetteThread>();
|
||||||
} // namespace mrntt
|
} // namespace mrntt
|
||||||
|
|
||||||
CrtCommandLineArgs crtCommandLineArgs(0, nullptr, nullptr);
|
|
||||||
|
|
||||||
void CrtCommandLineArgs::set(int argc, char *argv[], char *envp[])
|
|
||||||
{
|
|
||||||
crtCommandLineArgs = CrtCommandLineArgs(argc, argv, envp);
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace mrntt {
|
namespace mrntt {
|
||||||
std::atomic<int> exitCode;
|
std::atomic<int> exitCode;
|
||||||
MarionetteComponent mrntt(std::static_pointer_cast<sscl::ComponentThread>(thread));
|
MarionetteComponent mrntt(std::static_pointer_cast<sscl::ComponentThread>(thread));
|
||||||
|
|||||||
Reference in New Issue
Block a user