Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
12
Src/replicant/component/win/ComponentManager.h
Normal file
12
Src/replicant/component/win/ComponentManager.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#pragma once
|
||||
#include "../ComponentManagerBase.h"
|
||||
|
||||
class ComponentManager : public ComponentManagerBase
|
||||
{
|
||||
public:
|
||||
int AddComponent(nx_uri_t filename);
|
||||
int AddDirectory(nx_uri_t directory);
|
||||
|
||||
private:
|
||||
void CloseComponent(ifc_component *component);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue