Ignore:
Timestamp:
2000-02-22T10:57:50+13:00 (24 years ago)
Author:
sjboddie
Message:

actions are now configured with gsdlhome

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/action.cpp

    r754 r962  
    2828/*
    2929   $Log$
     30   Revision 1.19  2000/02/21 21:57:49  sjboddie
     31   actions are now configured with gsdlhome
     32
    3033   Revision 1.18  1999/11/01 21:10:57  sjboddie
    3134   chnaged arguments passed to many functions
     
    123126
    124127// configure should be called once for each configuration line
    125 // the default version does nothing
    126 void action::configure (const text_t &/*key*/, const text_tarray &/*cfgline*/) {
     128void action::configure (const text_t &key, const text_tarray &cfgline) {
     129  if (key == "gsdlhome") {gsdlhome = cfgline[0];}
    127130}
    128131
Note: See TracChangeset for help on using the changeset viewer.