From 39bb4331674cc77560a546f4f9b14b143603d4be Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 02 Feb 2006 23:07:50 +0000 Subject: - version bump to 2.7 - year bump to 2006 - ip-based access control - server switchable off - logging to file git-svn-id: http://svn.klever.net/kin/pumpkin/trunk@144 fe716a7a-6dde-0310-88d9-d003556173a8 --- (limited to 'ACLTargetCombo.h') diff --git a/ACLTargetCombo.h b/ACLTargetCombo.h new file mode 100644 index 0000000..ef7baef --- a/dev/null +++ b/ACLTargetCombo.h @@ -0,0 +1,42 @@ +// ACLTargetCombo.h : header file +// + +///////////////////////////////////////////////////////////////////////////// +// CACLTargetCombo window + +class CACLTargetCombo : public CComboBox +{ +// Construction +public: + void SetTarget(int t,int op=-1); + int GetTarget(); + void SetOp(int op); + int m_op; + CACLTargetCombo(); + +// Attributes +public: + CMap m_tmap; + +// Operations +public: + +// Overrides + // ClassWizard generated virtual function overrides + //{{AFX_VIRTUAL(CACLTargetCombo) + //}}AFX_VIRTUAL + +// Implementation +public: + virtual ~CACLTargetCombo(); + + // Generated message map functions +protected: + //{{AFX_MSG(CACLTargetCombo) + // NOTE - the ClassWizard will add and remove member functions here. + //}}AFX_MSG + + DECLARE_MESSAGE_MAP() +}; + +///////////////////////////////////////////////////////////////////////////// -- cgit v0.9.0.2