Changeset 7424


Ignore:
Timestamp:
2004-05-25T13:07:38+12:00 (20 years ago)
Author:
mdewsnip
Message:

(Human Info) Only necessary if the collector is used.

Location:
trunk/gsdl/src/recpt
Files:
2 edited

Legend:

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

    r2368 r7424  
    2323 *
    2424 *********************************************************************/
     25
     26#include "gsdl_modules_cfg.h"
     27#ifdef GSDL_USE_COLLECTOR_ACTION
    2528
    2629// argdb is used by the collector for storing cgi arguments on disk (in a
     
    7174  return true;
    7275}
     76
     77#endif //GSDL_USE_COLLECTOR_ACTION
  • trunk/gsdl/src/recpt/argdb.h

    r2368 r7424  
    2424 *********************************************************************/
    2525
     26#include "gsdl_modules_cfg.h"
     27#ifdef GSDL_USE_COLLECTOR_ACTION
     28
    2629#ifndef ARGDB_H
    2730#define ARGDB_H
     
    4548};
    4649
    47 
    48 #endif
     50#endif //!ARGDB_H
     51#endif //GSDL_USE_COLLECTOR_ACTION
Note: See TracChangeset for help on using the changeset viewer.