mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-21 20:27:13 +01:00
Fix left-over comments in MaxmindDB module.
This commit is contained in:
parent
7d1493afd3
commit
5cadbc82b8
@ -122,7 +122,7 @@ public:
|
|||||||
static SQInteger Typename(HSQUIRRELVM vm);
|
static SQInteger Typename(HSQUIRRELVM vm);
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------------------------
|
||||||
* See whether this instance references a valid INI document.
|
* See whether this instance references a valid database instance.
|
||||||
*/
|
*/
|
||||||
bool IsValid() const
|
bool IsValid() const
|
||||||
{
|
{
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
namespace SqMod {
|
namespace SqMod {
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------------------------------
|
||||||
* Manages a reference counted INI document instance.
|
* Manages a reference counted database instance.
|
||||||
*/
|
*/
|
||||||
class DbHnd
|
class DbHnd
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user