summaryrefslogtreecommitdiffabout
path: root/Retrier.h
authorMichael Krelin <hacker@klever.net>2012-12-08 21:19:17 (UTC)
committer Michael Krelin <hacker@klever.net>2012-12-11 21:59:29 (UTC)
commit8808689fe340bec6e90ab13dd502292b0579cf1f (patch) (unidiff)
tree45b7c863151341f687b74e40bffcbd7ab5468783 /Retrier.h
parent6e7e413ca364d79673e523c09767c18e7cff1bec (diff)
downloadpumpkin-osx/0.0.zip
pumpkin-osx/0.0.tar.gz
pumpkin-osx/0.0.tar.bz2
initial osx portosx/0.0
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'Retrier.h') (more/less context) (show whitespace changes)
-rw-r--r--Retrier.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/Retrier.h b/Retrier.h
deleted file mode 100644
index 1a50ce2..0000000
--- a/Retrier.h
+++ b/dev/null
@@ -1,38 +0,0 @@
1// Retrier.h : header file
2//
3
4/////////////////////////////////////////////////////////////////////////////
5// CRetrier window
6
7class CPumpKINDlg;
8class CRetrier : public CWnd
9{
10// Construction
11public:
12 CPumpKINDlg* m_Daddy;
13 CRetrier(CPumpKINDlg *daddy);
14
15// Attributes
16public:
17
18// Operations
19public:
20
21// Overrides
22 // ClassWizard generated virtual function overrides
23 //{{AFX_VIRTUAL(CRetrier)
24 //}}AFX_VIRTUAL
25
26// Implementation
27public:
28 virtual ~CRetrier();
29
30 // Generated message map functions
31protected:
32 //{{AFX_MSG(CRetrier)
33 afx_msg void OnTimer(UINT nIDEvent);
34 //}}AFX_MSG
35 DECLARE_MESSAGE_MAP()
36};
37
38/////////////////////////////////////////////////////////////////////////////