default constructor for non pstats pstatcollector

This commit is contained in:
Zachary Pavlov 2008-11-18 20:22:39 +00:00
parent fe32d0f95f
commit da5afd76e7
1 changed files with 3 additions and 0 deletions

View File

@ -112,6 +112,9 @@ private:
friend class PStatClient;
#else // DO_PSTATS
public:
INLINE PStatCollector();
PUBLISHED:
INLINE PStatCollector(const string &name,
PStatClient *client = NULL);