summaryrefslogtreecommitdiffabout
path: root/Trayer.h
authorMichael Krelin <hacker@klever.net>2006-02-02 23:07:50 (UTC)
committer Michael Krelin <hacker@klever.net>2006-02-02 23:07:50 (UTC)
commit39bb4331674cc77560a546f4f9b14b143603d4be (patch) (unidiff)
treefbbc1006c655888a5483ddd359c52b863e7a27ab /Trayer.h
parentfedc32eb7d20e5278a2125ead3ed125dc63b5746 (diff)
downloadpumpkin-39bb4331674cc77560a546f4f9b14b143603d4be.zip
pumpkin-39bb4331674cc77560a546f4f9b14b143603d4be.tar.gz
pumpkin-39bb4331674cc77560a546f4f9b14b143603d4be.tar.bz2
- 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
Diffstat (limited to 'Trayer.h') (more/less context) (ignore whitespace changes)
-rw-r--r--Trayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Trayer.h b/Trayer.h
index 061a53a..c5a9465 100644
--- a/Trayer.h
+++ b/Trayer.h
@@ -32,17 +32,18 @@ public:
32 // Generated message map functions 32 // Generated message map functions
33protected: 33protected:
34 //{{AFX_MSG(CTrayer) 34 //{{AFX_MSG(CTrayer)
35 afx_msg LRESULT OnTray(WPARAM,LPARAM); 35 afx_msg LRESULT OnTray(WPARAM,LPARAM);
36 afx_msg void OnTrayAboutpumpkin(); 36 afx_msg void OnTrayAboutpumpkin();
37 afx_msg void OnTrayExit(); 37 afx_msg void OnTrayExit();
38 afx_msg void OnTrayFetchfile(); 38 afx_msg void OnTrayFetchfile();
39 afx_msg void OnTrayHelp(); 39 afx_msg void OnTrayHelp();
40 afx_msg void OnTrayOpenfilesfolder(); 40 afx_msg void OnTrayOpenfilesfolder();
41 afx_msg void OnTrayOptions(); 41 afx_msg void OnTrayOptions();
42 afx_msg void OnTraySendfile(); 42 afx_msg void OnTraySendfile();
43 afx_msg void OnTrayShowpumpkinwindow(); 43 afx_msg void OnTrayShowpumpkinwindow();
44 afx_msg void OnTrayListen();
44 //}}AFX_MSG 45 //}}AFX_MSG
45 DECLARE_MESSAGE_MAP() 46 DECLARE_MESSAGE_MAP()
46}; 47};
47 48
48///////////////////////////////////////////////////////////////////////////// 49/////////////////////////////////////////////////////////////////////////////