Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <dlr_p.h>
Data Fields | |
const char * | type |
void(* | dlr_add )(struct dlr_entry *entry) |
struct dlr_entry *(* | dlr_get )(const Octstr *smsc, const Octstr *ts, const Octstr *dst) |
void(* | dlr_remove )(const Octstr *smsc, const Octstr *ts, const Octstr *dst) |
void(* | dlr_update )(const Octstr *smsc, const Octstr *ts, const Octstr *dst, int status) |
long(* | dlr_messages )(void) |
void(* | dlr_flush )(void) |
void(* | dlr_shutdown )(void) |
void(* dlr_storage::dlr_add) (struct dlr_entry *entry) |
Definition at line 117 of file dlr_p.h.
Referenced by dlr_add(), and dlr_init().
void(* dlr_storage::dlr_flush) (void) |
Definition at line 138 of file dlr_p.h.
Referenced by dlr_flush().
Definition at line 122 of file dlr_p.h.
Referenced by dlr_find(), and dlr_init().
long(* dlr_storage::dlr_messages) (void) |
Definition at line 134 of file dlr_p.h.
Referenced by dlr_messages().
Definition at line 126 of file dlr_p.h.
Referenced by dlr_find(), and dlr_init().
void(* dlr_storage::dlr_shutdown) (void) |
Definition at line 142 of file dlr_p.h.
Referenced by dlr_shutdown().
void(* dlr_storage::dlr_update) (const Octstr *smsc, const Octstr *ts, const Octstr *dst, int status) |
Definition at line 130 of file dlr_p.h.
Referenced by dlr_find().
const char* dlr_storage::type |
Definition at line 112 of file dlr_p.h.
Referenced by dlr_init(), and dlr_type().