From c4e8b1028a49b19c8f8dcfdbec96a02d89d05cb1 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sun, 25 Jan 2004 03:50:23 +0000 Subject: "" svn path=/trunk/; revision=1291 --- externals/grill/vst/src/EditorThread.h | 60 ---------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 externals/grill/vst/src/EditorThread.h (limited to 'externals/grill/vst/src/EditorThread.h') diff --git a/externals/grill/vst/src/EditorThread.h b/externals/grill/vst/src/EditorThread.h deleted file mode 100644 index cb9b2209..00000000 --- a/externals/grill/vst/src/EditorThread.h +++ /dev/null @@ -1,60 +0,0 @@ -#if !defined(AFX_EDITORTHREAD_H__9F3ACE98_7522_400D_9404_DFD67E3D721B__INCLUDED_) -#define AFX_EDITORTHREAD_H__9F3ACE98_7522_400D_9404_DFD67E3D721B__INCLUDED_ - -#include "PopupWindow.h" // Added by ClassView -#if _MSC_VER > 1000 -#pragma once -#endif // _MSC_VER > 1000 -// EditorThread.h : header file -// - -class VSTPLugin; - -///////////////////////////////////////////////////////////////////////////// -// CEditorThread thread - -class CEditorThread : public CWinThread -{ - DECLARE_DYNCREATE(CEditorThread) -protected: - -// Attributes -public: - CEditorThread(); // protected constructor used by dynamic creation - -// Operations -public: - void SetPlugin( VSTPlugin *); - - void Close(); - void Show(bool show); - -// Overrides - // ClassWizard generated virtual function overrides - //{{AFX_VIRTUAL(CEditorThread) - public: - virtual BOOL InitInstance(); - virtual int ExitInstance(); - //}}AFX_VIRTUAL - -// Implementation -protected: - virtual ~CEditorThread(); - - VSTPlugin *plug; - CPopupWindow *pop; - - // Generated message map functions - //{{AFX_MSG(CEditorThread) - // NOTE - the ClassWizard will add and remove member functions here. - //}}AFX_MSG - - DECLARE_MESSAGE_MAP() -}; - -///////////////////////////////////////////////////////////////////////////// - -//{{AFX_INSERT_LOCATION}} -// Microsoft Visual C++ will insert additional declarations immediately before the previous line. - -#endif // !defined(AFX_EDITORTHREAD_H__9F3ACE98_7522_400D_9404_DFD67E3D721B__INCLUDED_) -- cgit v1.2.1