Fimbulwinter Project  Pre-Alpha
An Ragnarok Online Emulator
Classes | Static Public Member Functions
TimerManager Class Reference

List of all members.

Classes

struct  TimerData

Static Public Member Functions

static void Initialize (boost::asio::io_service *i)
static int CreateTimer (int timeout, bool repeat, boost::function< void(int)> callback)
static int CreateStartTimer (int timeout, bool repeat, boost::function< void(int)> callback)
static void StartTimer (int id)
static void HandleTimer (const boost::system::error_code &err, int id)
static void FreeTimer (int id)
static void SetTimeout (int id, int timeout)
static void AddTimeout (int id, int timeout)

The documentation for this class was generated from the following files:
 All Classes Functions