Changeset 7375


Ignore:
Timestamp:
2004-05-24T13:58:45+12:00 (20 years ago)
Author:
mdewsnip
Message:

(Human Info) Allow some actions to be easily switched off.

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

Legend:

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

    r3733 r7375  
    2323 *
    2424 *********************************************************************/
     25
     26#include "gsdl_modules_cfg.h"
     27#ifdef GSDL_USE_USERS_ACTION
    2528
    2629#include "usersaction.h"
     
    420423  return true;
    421424}
     425
     426#endif //GSDL_USE_USERS_ACTION
  • trunk/gsdl/src/recpt/usersaction.h

    r3546 r7375  
    2424 *********************************************************************/
    2525
     26#include "gsdl_modules_cfg.h"
     27#ifdef GSDL_USE_USERS_ACTION
    2628
    2729#ifndef USERSACTION_H
     
    7981};
    8082
    81 
    82 #endif
     83#endif //!USERSACTION_H
     84#endif //GSDL_USE_USERS_ACTION
Note: See TracChangeset for help on using the changeset viewer.