X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fbackgroundsupr.h;h=b77b99700ced312fcd467bf3a44eac23dd6c7837;hp=12372d0b4e0e88ae5eed87445d3744ee90182d7d;hb=f1e69bf8888b1462007c93c8d6bf3ae1e0ecec20;hpb=4bb327a0300a3ccfe4d44d5a3446007dc239d0b8 diff --git a/src/backgroundsupr.h b/src/backgroundsupr.h index 12372d0..b77b997 100644 --- a/src/backgroundsupr.h +++ b/src/backgroundsupr.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: backgroundsupr.h,v 1.4 2001/02/25 19:24:01 kevin Exp $ +** $Id: backgroundsupr.h,v 1.5 2001/02/26 17:36:56 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -54,8 +54,7 @@ class BackgroundSupervisor : public wxEvtHandler { private: DECLARE_DYNAMIC_CLASS(BackgroundSupervisor) - typedef std::vector ThreadContainer; - ThreadContainer m_vecpThreads; + SupervisorThread* m_pMyThread; wxFrame* m_pParentFrame; wxDocument* m_pDocument; const std::string m_strProcessTitle; @@ -72,10 +71,11 @@ private: Timer* m_pTimer; bool m_bBackgroundTaskAdded; bool m_bWorkersDeleted; + + typedef std::vector ThreadContainer; + ThreadContainer m_vecpThreads; wxCriticalSection m_critsectThreads; -protected: - SupervisorThread* m_MyThread; public: enum {