RakNet  4.0
Classes | Namespaces
SQLite3ClientPlugin.h File Reference

Contains code to call sqlite3_exec over a network that does not support shared file handles. More...

#include "RakNetTypes.h"
#include "Export.h"
#include "PluginInterface2.h"
#include "PacketPriority.h"
#include "SocketIncludes.h"
#include "DS_Multilist.h"
#include "RakString.h"
#include "SQLite3PluginCommon.h"

Classes

class  RakNet::SQLite3PluginResultInterface
 Handles results of calls to SQLite3Plugin::_sqlite3_exec() Results from calling SQLite3Plugin::_sqlite3_exec() are handled in this callback. You should implement the callback, and let the plugin know about it via SQLite3Plugin::AddResultHandler() Be sure to call SQLite3Plugin::RemoveResultHandler() or SQLite3Plugin::ClearResultHandlers() if you delete the callback. More...
 
class  RakNet::SQLite3PluginResultInterface_Printf
 
class  RakNet::SQLite3ClientPlugin
 

Namespaces

namespace  RakNet
 Simple class to send changes between directories. In essence, a simple autopatcher that can be used for transmitting levels, skins, etc.
 

Detailed Description

Contains code to call sqlite3_exec over a network that does not support shared file handles.

This file is part of RakNet Copyright 2003 Jenkins Software LLC

Usage of RakNet is subject to the appropriate license agreement.