X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Ffetch_max_score_for_player.h;fp=bigscreen%2Ffetch_max_score_for_player.h;h=0000000000000000000000000000000000000000;hp=36122b4f2e292432a7bcd223d81cca11dc324c43;hb=8963fce7337a09bdcfea051a81c0c3d9281acd6e;hpb=57c939a53665f808b2429461d547271adf2c5908 diff --git a/bigscreen/fetch_max_score_for_player.h b/bigscreen/fetch_max_score_for_player.h deleted file mode 100644 index 36122b4..0000000 --- a/bigscreen/fetch_max_score_for_player.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef _FETCH_MAX_SCORE_FOR_PLAYER_H -#define _FETCH_MAX_SCORE_FOR_PLAYER_H 1 - -#include - -/* A transactor that fetches the maximum score for a song */ -class FetchMaxScoreForPlayer : public pqxx::transactor<> { -private: - unsigned tournament, player, round, *score; - -public: - FetchMaxScoreForPlayer(unsigned tournament, unsigned player, unsigned round, unsigned *score); - void operator() (pqxx::transaction<> &t); -}; - -#endif /* !defined(_FETCH_MAX_SCORE_FOR_PLAYER_H) */