Changeset 19297


Ignore:
Timestamp:
2009-04-30T12:01:06+12:00 (15 years ago)
Author:
mdewsnip
Message:

Tidied up a few comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/recpt/dynamicclassifieraction.cpp

    r17931 r19297  
    33 * dynamicclassifieraction.cpp --
    44 * Copyright (C) 2008  DL Consulting Ltd
     5 *
     6 * By Michael Dewsnip
     7 * Please do not edit this file without checking with Michael first!
    58 *
    69 * A component of the Greenstone digital library software
     
    7275
    7376
    74 // define all the macros which might be used by other actions to produce pages.
    7577void dynamicclassifieraction::define_external_macros (displayclass &disp, cgiargsclass &args,
    7678                              recptprotolistclass *protos, ostream &logout)
     
    111113
    112114
    113 // define all the macros which are related to pages generated
    114 // by this action. we also load up the formatinfo structure
    115 // here (it's used in do_action as well as here)
    116115void dynamicclassifieraction::define_internal_macros (displayclass &disp, cgiargsclass &args,
    117116                              recptprotolistclass *protos, ostream &logout)
    118117{
    119   // define_internal_macros sets the following macros:
     118  // No internal macros set
    120119}
    121120
Note: See TracChangeset for help on using the changeset viewer.