(svn r15441) -Cleanup: Use a return value instead of passing a pointer to where the result should be stored.

This commit is contained in:
yexo
2009-02-11 00:48:15 +00:00
parent 1eeb0f6748
commit 8d25202067
3 changed files with 20 additions and 20 deletions

View File

@@ -97,7 +97,7 @@ public:
/**
* Check if a given method exists.
*/
void CheckMethods(SQInteger *res, const char *name);
bool CheckMethod(const char *name);
/**
* Process the creation of a FileInfo object.