From baf11afd7599361c83862309827cff8d2ab9b591 Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Tue, 23 Mar 2004 01:13:35 +0000 Subject: [PATCH] added stubbed out is_started() --- panda/src/pstatclient/pStatCollector.h | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/pstatclient/pStatCollector.h b/panda/src/pstatclient/pStatCollector.h index df916f7028..1fdc035823 100644 --- a/panda/src/pstatclient/pStatCollector.h +++ b/panda/src/pstatclient/pStatCollector.h @@ -107,6 +107,7 @@ PUBLISHED: const string &name); INLINE bool is_active() { return false; } + INLINE bool is_started() { return false; } INLINE void start() { } INLINE void stop() { }