summaryrefslogtreecommitdiff
path: root/server/src/queryhandler.h
AgeCommit message (Collapse)Author
2009-02-17Fixed missing virtual descructor in query hanlders.deva
2009-02-11Make QueryHandler abstract.deva
2009-02-11Added QueryHandler for both Pentominos and Pracro. Added source string to ↵deva
all values, and use these to set the prefill value in the macros.
2008-09-30Changed SAXParser parse method to take a buffer and a size instead of a c++ ↵deva
string. Made the queryhandler use a read loop, parsing on-the-fly to determine when the entire document has been read.
2008-05-22Fixed GPL headers to actually contain the contributors...deva
2008-05-16Worked on the connection of the various elements of the server.deva
2008-05-15Added a lot of testcode... and fixed a lot of minor error (-Wall -Werror)deva
2008-05-13Filename cleanups...deva