added stubbed out is_started()

This commit is contained in:
Dave Schuyler 2004-03-23 01:13:35 +00:00
parent f10f166229
commit baf11afd75

View File

@ -107,6 +107,7 @@ PUBLISHED:
const string &name); const string &name);
INLINE bool is_active() { return false; } INLINE bool is_active() { return false; }
INLINE bool is_started() { return false; }
INLINE void start() { } INLINE void start() { }
INLINE void stop() { } INLINE void stop() { }