#include "oaiaction.h" #include "resumptiontoken.h" class listsetsaction : public oaiaction { public: listsetsaction() : oaiaction("ListSets") { }; virtual bool validateAction(recptproto *protocol, oaiargs ¶ms); protected: int setsOutput; bool output_content(ostream &output, recptproto *protocol, oaiargs ¶ms); bool output_content_for_col(ostream &output, recptproto *protocol, oaiargs ¶ms, text_t collection); };