#include <RankingServer_PostgreSQL.h>
Public Member Functions | |
virtual void | Process (void *context) |
Does SQL Processing. | |
virtual void | HandleResult (bool wasCancelled, void *context) |
Static Public Member Functions | |
static GetRatingForParticipant_PostgreSQLImpl * | Alloc (void) |
Use these for allocation/deallocation if building to a DLL, so allocation and deallocation happen in the same DLL. |
void GetRatingForParticipant_PostgreSQLImpl::HandleResult | ( | bool | wasCancelled, | |
void * | context | |||
) | [virtual] |
Calls the callback specified by RankingServerFunctor::callback (which you set) or RankingServer_PostgreSQL::AssignCallback() (which sets it for you) Default implementation also deallocates the structure.