Ignore:
Timestamp:
2005-06-17T16:42:25+12:00 (19 years ago)
Author:
mdewsnip
Message:

Split up doing a GTI request into doing the request, and parsing the XML output. This is necessary for the Excel stuff (soon).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/gtiaction.h

    r10097 r10148  
    107107  void process_gti_submissions(displayclass& disp, cgiargsclass& args, ostream& logout, bool force_submission);
    108108
    109   GTI_Response do_gti_request(text_t, ostream&);
     109  text_t do_gti_request(text_t gti_arguments, ostream& logout);
    110110
    111   void do_gti_submission(text_t, text_t, ostream&);
     111  GTI_Response parse_gti_response(text_t gti_response_xml_text, ostream& logout);
     112
     113  void do_gti_submission(text_t gti_arguments, text_t gti_submission, ostream& logout);
    112114};
    113115
Note: See TracChangeset for help on using the changeset viewer.