mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Don't bind incomplete libraries.
This commit is contained in:
parent
3f991cb3e5
commit
a28d1799c5
@ -10,9 +10,9 @@ namespace SqMod {
|
||||
// ================================================================================================
|
||||
void Register_POCO_JSON(HSQUIRRELVM vm, Table &)
|
||||
{
|
||||
Table ns(vm);
|
||||
//Table ns(vm);
|
||||
|
||||
RootTable(vm).Bind(_SC("SqJSON"), ns);
|
||||
//RootTable(vm).Bind(_SC("SqJSON"), ns);
|
||||
}
|
||||
|
||||
} // Namespace:: SqMod
|
||||
|
@ -10,9 +10,9 @@ namespace SqMod {
|
||||
// ================================================================================================
|
||||
void Register_POCO_Net(HSQUIRRELVM vm, Table &)
|
||||
{
|
||||
Table ns(vm);
|
||||
//Table ns(vm);
|
||||
|
||||
RootTable(vm).Bind(_SC("SqNet"), ns);
|
||||
//RootTable(vm).Bind(_SC("SqNet"), ns);
|
||||
}
|
||||
|
||||
} // Namespace:: SqMod
|
||||
|
@ -10,9 +10,9 @@ namespace SqMod {
|
||||
// ================================================================================================
|
||||
void Register_POCO_XML(HSQUIRRELVM vm, Table &)
|
||||
{
|
||||
Table ns(vm);
|
||||
//Table ns(vm);
|
||||
|
||||
RootTable(vm).Bind(_SC("SqXML"), ns);
|
||||
//RootTable(vm).Bind(_SC("SqXML"), ns);
|
||||
}
|
||||
|
||||
} // Namespace:: SqMod
|
||||
|
Loading…
Reference in New Issue
Block a user