1 #ifndef _FETCH_CURRENT_TOURNAMENT_H
2 #define _FETCH_CURRENT_TOURNAMENT_H 1
4 #include <pqxx/transactor>
5 #include "widestring.h"
13 /* A transactor that fetches the current tournament and some information about it. */
14 class FetchCurrentTournament : public pqxx::transactor<> {
19 FetchCurrentTournament(Tournament *tourn);
20 void operator() (pqxx::transaction<> &t);
23 #endif /* !defined(_FETCH_CURRENT_TOURNAMENT_H) */