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