|
@@ -416,6 +416,7 @@ class TStartupThread : public TSimpleThread
|
|
|
{
|
|
|
public:
|
|
|
TStartupThread();
|
|
|
+ virtual __fastcall ~TStartupThread();
|
|
|
|
|
|
int GetStartupSeconds();
|
|
|
|
|
@@ -435,6 +436,11 @@ TStartupThread::TStartupThread()
|
|
|
Start();
|
|
|
}
|
|
|
//---------------------------------------------------------------------------
|
|
|
+__fastcall TStartupThread::~TStartupThread()
|
|
|
+{
|
|
|
+// Close();
|
|
|
+}
|
|
|
+//---------------------------------------------------------------------------
|
|
|
int TStartupThread::GetStartupSeconds()
|
|
|
{
|
|
|
DebugAssert(!FStop);
|