Ignore:
Timestamp:
2003-11-28T16:40:56+13:00 (20 years ago)
Author:
sjboddie
Message:

Added an unloaddefaultmacros() function to displayclass to allow us to
unload all the macros before reloading them again from the macro files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/display.h

    r3012 r6021  
    185185  //        -1 an error occurred while trying to load the file
    186186  int loaddefaultmacros (text_t thisfilename);
     187
     188  // unloads all default macros
     189  void unloaddefaultmacros ();
    187190 
    188191  // prepares to create a page: deletes all macros set with
     
    216219  // say where any error logging goes, this can be NULL
    217220  // if no error logging is desired - returns previous value
    218   ostream *setlogout (ostream *thelogout);
     221  ostream *displayclass::setlogout (ostream *thelogout);
    219222
    220223  // debug stuff
Note: See TracChangeset for help on using the changeset viewer.