Ignore:
Timestamp:
2000-08-27T23:09:14+12:00 (24 years ago)
Author:
stefan
Message:

Lots more changes to collectoraction. Nearly there now... hopefully

File:
1 edited

Legend:

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

    r1437 r1457  
    3939  char *gsdlhomec;
    4040
     41  text_t message;
     42
    4143  bool do_mkcol;
    42   bool clone_failed;
    4344
    4445  text_t get_button (const text_t &thispage, const text_t &color,
     
    4849             recptprotolistclass *protos, ostream &logout);
    4950
    50   void set_cfgfile (displayclass &disp, const text_t &dirname, ostream &logout);
     51  void set_cfgfile (displayclass &disp, cgiargsclass &args, ostream &logout);
    5152
    52   void set_statusline (displayclass &disp, const text_t &collection, ostream &logout);
     53  void set_statusline (displayclass &disp, cgiargsclass &args, ostream &logout);
    5354
    5455  void update_cfgfile_clone (cgiargsclass &args, ostream &logout);
     
    6364
    6465  bool collection_protected (const text_t &collection);
     66
     67  void assign_tmpname (cgiargsclass &args, ostream &logout);
     68
     69  void gsdl_mkcol (cgiargsclass &args, ostream &logout);
     70
     71  void gsdl_build (cgiargsclass &args, ostream &logout);
     72
     73  void gsdl_cancel_build (cgiargsclass &args, ostream &logout);
     74
     75  text_t get_collectdir (cgiargsclass &args);
    6576
    6677public:
Note: See TracChangeset for help on using the changeset viewer.