Register independent module names, first readme
This commit is contained in:
parent
1bda854139
commit
0be7fe9bff
4 changed files with 46 additions and 4 deletions
|
@ -10,4 +10,7 @@
|
|||
namespace Shared {
|
||||
typedef std::vector<std::string> Strings;
|
||||
typedef std::map<std::string, Strings> Permissions;
|
||||
typedef std::map<std::string, std::string> VC;
|
||||
typedef std::pair<std::string, std::string> VCEntry;
|
||||
typedef std::pair<const std::string, std::string> VCConstEntry;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue