diff options
author | Neo2003 <none@none> | 2008-10-08 15:02:26 -0500 |
---|---|---|
committer | Neo2003 <none@none> | 2008-10-08 15:02:26 -0500 |
commit | e3079a1ba63ebe13a19e85db3f4e1e1a392a04ed (patch) | |
tree | 6157acbb7b8934591ea82bf8d99fd8c1ab198dca /contrib/dbcEditer/thOpenSource.h | |
parent | 28ee57b14c8f55e9f60f731a48ffe150b61aa53e (diff) |
[svn] * Removal of not needed old DBC tools
--HG--
branch : trunk
Diffstat (limited to 'contrib/dbcEditer/thOpenSource.h')
-rw-r--r-- | contrib/dbcEditer/thOpenSource.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/contrib/dbcEditer/thOpenSource.h b/contrib/dbcEditer/thOpenSource.h deleted file mode 100644 index edf6bd064f2..00000000000 --- a/contrib/dbcEditer/thOpenSource.h +++ /dev/null @@ -1,24 +0,0 @@ -//--------------------------------------------------------------------------- - -#ifndef thOpenSourceH -#define thOpenSourceH -//--------------------------------------------------------------------------- -#include <Classes.hpp> -//--------------------------------------------------------------------------- -class thOpenFile : public TThread -{ -private: -protected: - void __fastcall Execute(); - void __fastcall RunOpen(); -public: - bool thEnd; - int ColType[10000]; - - __fastcall thOpenFile(bool CreateSuspended); - void LoadAndModify(const char * pszFileName); - void ReadAndModifyFromBuff(char *pBuff, DWORD dwSize, const char* pszFileName); - -}; -//--------------------------------------------------------------------------- -#endif |