[ox/fs] Change Claw type IDs to domain based namespaces
This commit is contained in:
parent
f8fb458e32
commit
112c2c4212
@ -26,11 +26,11 @@ class FileAddress {
|
|||||||
friend ox::Error model(T*, FileAddress*);
|
friend ox::Error model(T*, FileAddress*);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static constexpr auto TypeName = "ox::FileAddress";
|
static constexpr auto TypeName = "net.drinkingtea.ox.FileAddress";
|
||||||
static constexpr auto Fields = 2;
|
static constexpr auto Fields = 2;
|
||||||
|
|
||||||
union Data {
|
union Data {
|
||||||
static constexpr auto TypeName = "ox::FileAddress::Data";
|
static constexpr auto TypeName = "net.drinkingtea.ox.FileAddress.Data";
|
||||||
static constexpr auto Fields = 3;
|
static constexpr auto Fields = 3;
|
||||||
char *path;
|
char *path;
|
||||||
const char *constPath;
|
const char *constPath;
|
||||||
|
Loading…
Reference in New Issue
Block a user