Sirikata
Namespaces | Defines | Functions
libspace/plugins/sqlite/PluginInterface.cpp File Reference
#include <sirikata/core/util/Platform.hpp>
#include <sirikata/core/options/Options.hpp>
#include <sirikata/space/Authenticator.hpp>
#include "SQLiteAuthenticator.hpp"
Include dependency graph for PluginInterface.cpp:

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.


Defines

#define OPT_DB_FILE   "db"
#define OPT_DB_GET_SESSION_SQL   "get-session-sql"
#define OPT_DB_DELETE_SESSION_SQL   "delete-session-sql"

Functions

SIRIKATA_PLUGIN_EXPORT_C void init ()
SIRIKATA_PLUGIN_EXPORT_C int increfcount ()
SIRIKATA_PLUGIN_EXPORT_C int decrefcount ()
SIRIKATA_PLUGIN_EXPORT_C void destroy ()
SIRIKATA_PLUGIN_EXPORT_C const
char * 
name ()
SIRIKATA_PLUGIN_EXPORT_C int refcount ()

Define Documentation

#define OPT_DB_DELETE_SESSION_SQL   "delete-session-sql"
#define OPT_DB_FILE   "db"
#define OPT_DB_GET_SESSION_SQL   "get-session-sql"

Function Documentation

SIRIKATA_PLUGIN_EXPORT_C int decrefcount ( )
SIRIKATA_PLUGIN_EXPORT_C void destroy ( )
SIRIKATA_PLUGIN_EXPORT_C int increfcount ( )
SIRIKATA_PLUGIN_EXPORT_C void init ( )
SIRIKATA_PLUGIN_EXPORT_C const char* name ( )
SIRIKATA_PLUGIN_EXPORT_C int refcount ( )