X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbackgroundsupr.h;h=6579758c267d2ead180a2856a9edd137a615d1e1;hb=1a050c98763fbbc0662731b0b76953acede6f5d7;hp=e362e4061c670f2bb924b9d919a97a6f5b82dab0;hpb=87748a0c3854cd5b2660baad217cf7071cb24be2;p=ctsim.git diff --git a/src/backgroundsupr.h b/src/backgroundsupr.h index e362e40..6579758 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.12 2002/10/24 20:09:55 kevin Exp $ +** $Id$ ** ** 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 @@ -58,7 +58,7 @@ private: wxWindow* m_pParentFrame; BackgroundProcessingDocument* m_pDocument; const std::string m_strProcessTitle; - + const unsigned int m_iTotalUnits; int m_iNumThreads; volatile bool m_bDone; @@ -88,7 +88,7 @@ public: MSG_WORKER_THREAD_FAIL = 7507, // sent by workers when they fail }; - BackgroundSupervisor (SupervisorThread* pMyThread, wxWindow* pParentFrame, BackgroundProcessingDocument* pDocument, const char* const pszProcessTitle, + BackgroundSupervisor (SupervisorThread* pMyThread, wxWindow* pParentFrame, BackgroundProcessingDocument* pDocument, const char* const pszProcessTitle, int iTotalUnits); BackgroundSupervisor () @@ -102,7 +102,7 @@ public: bool start(); virtual void onDone() {}; - + virtual void onCancel(); virtual void onWorkerFail(int iThread, std::string strFailMessage);