author | Michael Krelin <hacker@klever.net> | 2012-12-08 21:19:17 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2012-12-11 21:59:29 (UTC) |
commit | 8808689fe340bec6e90ab13dd502292b0579cf1f (patch) (unidiff) | |
tree | 45b7c863151341f687b74e40bffcbd7ab5468783 /ACLTargetCombo.h | |
parent | 6e7e413ca364d79673e523c09767c18e7cff1bec (diff) | |
download | pumpkin-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>
-rw-r--r-- | ACLTargetCombo.h | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/ACLTargetCombo.h b/ACLTargetCombo.h deleted file mode 100644 index ef7baef..0000000 --- a/ACLTargetCombo.h +++ b/dev/null | |||
@@ -1,42 +0,0 @@ | |||
1 | // ACLTargetCombo.h : header file | ||
2 | // | ||
3 | |||
4 | ///////////////////////////////////////////////////////////////////////////// | ||
5 | // CACLTargetCombo window | ||
6 | |||
7 | class CACLTargetCombo : public CComboBox | ||
8 | { | ||
9 | // Construction | ||
10 | public: | ||
11 | void SetTarget(int t,int op=-1); | ||
12 | int GetTarget(); | ||
13 | void SetOp(int op); | ||
14 | int m_op; | ||
15 | CACLTargetCombo(); | ||
16 | |||
17 | // Attributes | ||
18 | public: | ||
19 | CMap<int,int,int,int> m_tmap; | ||
20 | |||
21 | // Operations | ||
22 | public: | ||
23 | |||
24 | // Overrides | ||
25 | // ClassWizard generated virtual function overrides | ||
26 | //{{AFX_VIRTUAL(CACLTargetCombo) | ||
27 | //}}AFX_VIRTUAL | ||
28 | |||
29 | // Implementation | ||
30 | public: | ||
31 | virtual ~CACLTargetCombo(); | ||
32 | |||
33 | // Generated message map functions | ||
34 | protected: | ||
35 | //{{AFX_MSG(CACLTargetCombo) | ||
36 | // NOTE - the ClassWizard will add and remove member functions here. | ||
37 | //}}AFX_MSG | ||
38 | |||
39 | DECLARE_MESSAGE_MAP() | ||
40 | }; | ||
41 | |||
42 | ///////////////////////////////////////////////////////////////////////////// | ||