Changeset 2223

Show
Ignore:
Timestamp:
07/08/2008 17:30:40 (4 months ago)
Author:
chris
Message:

Allow externally controllic whether a daemon will run in the foreground
or not, will need this for running tests with internal bbstored.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • box/trunk/lib/server/Daemon.h

    r2177 r2223  
    6969         
    7070        static void SetProcessTitle(const char *format, ...); 
     71        void SetRunInForeground(bool foreground) 
     72        { 
     73                mRunInForeground = foreground; 
     74        } 
    7175 
    7276protected: