1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-17 07:37:13 +02:00

Implement the pure typename meta-methods in SQLite module types using the standard method.

This commit is contained in:
Sandu Liviu Catalin
2016-11-22 16:16:32 +02:00
parent 568bc385e9
commit 873438d8e0
10 changed files with 19 additions and 69 deletions

View File

@ -172,11 +172,6 @@ public:
return m_Handle ? m_Handle->mName : NullString();
}
/* --------------------------------------------------------------------------------------------
* Used by the script engine to retrieve the name from instances of this type.
*/
static SQInteger Typename(HSQUIRRELVM vm);
/* --------------------------------------------------------------------------------------------
* Retrieve the associated connection handle.
*/