| 5 | ServiceFS* ServiceFS::instance = nullptr; |
| 6 | |
| 7 | ServiceFS::ServiceFS(){ |
| 8 | if(instance){ |
| 9 | Log::Error("Instance of ServiceFS already created!"); |
| 10 | } |
| 11 | } |
| 12 | |
| 13 | long ServiceFS::ResolveServiceName(FancyRefPtr<Service>& ref, const char* name){ |
| 14 | const char* separator = strchr(name, '/'); |