Rev 1652 | Rev 1657 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1652 | Rev 1656 | ||
|---|---|---|---|
| Line 135... | Line 135... | ||
| 135 | #endif // USE_PLUGIN_XORG |
135 | #endif // USE_PLUGIN_XORG |
| 136 | 136 | ||
| 137 | vm::Manager::Instance()->AddPlugin(vm::Plugin::Pointer(new vm::plugin::Socket(vm::Manager::Instance()->GetIoService()))); |
137 | vm::Manager::Instance()->AddPlugin(vm::Plugin::Pointer(new vm::plugin::Socket(vm::Manager::Instance()->GetIoService()))); |
| 138 | 138 | ||
| 139 | 139 | ||
| 140 | vm::Manager::Instance()->Start(config::Manager::Instance()->GetAsString("ScriptPath")); |
140 | vm::Manager::Instance()->Start(config::Manager::Instance()->GetAsString("ScriptPath"), config::Manager::Instance()->GetAsString("UserScriptPath")); |
| 141 | 141 | ||
| 142 | if (config::Manager::Instance()->Exist("CanNet")) |
142 | if (config::Manager::Instance()->Exist("CanNet")) |
| 143 | { |
143 | { |
| 144 | common::StringList cannetworks = config::Manager::Instance()->GetAsStringVector("CanNet"); |
144 | common::StringList cannetworks = config::Manager::Instance()->GetAsStringVector("CanNet"); |
| 145 | 145 | ||