Changeset 407 in Sophya for trunk/Poubelle/archTOI.old/archtoi.h


Ignore:
Timestamp:
Sep 18, 1999, 2:08:23 PM (26 years ago)
Author:
ansari
Message:

apres grenoble

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/archtoi.h

    r359 r407  
    1414using namespace std;
    1515
    16 class ArchTOI {
     16class ArchTOI : public RequestHandler {
    1717public:
    1818  ArchTOI(istream& str);
     
    2424  enum flg {hasflag = 1,
    2525            useNA   = 2};
     26           
     27  virtual bool processTOIReq(string line, string toiname, TOIKind toi, int index,
     28                             bool interp, bool repet, bool flag, bool notrig);
     29  virtual bool processOption(string keyw, string args);
    2630 
    2731protected:
    2832  void init();
    29   void readReq(istream& str);
    30   bool processOption(string line); // false when #END : stop processing...
    31   void processTOIReq(string line);
    3233  TOISvr svr;
    3334  list<string> headertoi;
     
    6162  int fitsLine;
    6263  ostream* ostr;
     64 
     65  string requestVersion;
     66  list<string> comments;
    6367};
    6468
    65 #define ARCHTOI_VERS "1.0"
     69#define ARCHTOI_VERS "1.1"
     70#define ARCHTOI_TAG  "notag"
    6671
    6772#endif
Note: See TracChangeset for help on using the changeset viewer.