Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matt-wu/Ext3Fsd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wu <matt@ext2fsd.com>2016-04-03 21:45:51 +0300
committerMatt Wu <matt@ext2fsd.com>2016-04-03 21:45:51 +0300
commit6780fcb4193949e9e04ab6f8baa6a7f48729f9a3 (patch)
treef3a6f5f96b95ff4a93457a51b65cc1849385732e /Ext2Mgr/SysTray.h
parent78da4796c2ceda8d869563ebc8692f121568f3dd (diff)
Ext2Mgr V2.7
Diffstat (limited to 'Ext2Mgr/SysTray.h')
-rw-r--r--Ext2Mgr/SysTray.h26
1 files changed, 11 insertions, 15 deletions
diff --git a/Ext2Mgr/SysTray.h b/Ext2Mgr/SysTray.h
index f748e2a..24a1120 100644
--- a/Ext2Mgr/SysTray.h
+++ b/Ext2Mgr/SysTray.h
@@ -1,15 +1,15 @@
/////////////////////////////////////////////////////////////////////////////
-// SystemTray.h : header file
+// SystemTray.h : header file
//
// Written by Chris Maunder (Chris.Maunder@cbr.clw.csiro.au)
// Copyright (c) 1998.
//
// This code may be used in compiled form in any way you desire. This
-// file may be redistributed unmodified by any means PROVIDING it is
-// not sold for profit without the authors written consent, and
-// providing that this notice and the authors name is included. If
-// the source code in this file is used in any commercial application
-// then acknowledgement must be made to the author of this file
+// file may be redistributed unmodified by any means PROVIDING it is
+// not sold for profit without the authors written consent, and
+// providing that this notice and the authors name is included. If
+// the source code in this file is used in any commercial application
+// then acknowledgement must be made to the author of this file
// (in whatever form you wish).
//
// This file is provided "as is" with no expressed or implied warranty.
@@ -18,10 +18,10 @@
// makes you car start emitting strange noises when you start it up.
//
// Expect bugs.
-//
-// Please use and enjoy. Please let me know of any bugs/mods/improvements
+//
+// Please use and enjoy. Please let me know of any bugs/mods/improvements
// that you have found/implemented and I will fix/incorporate them into this
-// file.
+// file.
#ifndef _INCLUDED_SYSTEMTRAY_H_
#define _INCLUDED_SYSTEMTRAY_H_
@@ -39,12 +39,8 @@ public:
// Operations
public:
- BOOL Enabled() {
- return m_bEnabled;
- }
- BOOL Visible() {
- return !m_bHidden;
- }
+ BOOL Enabled() { return m_bEnabled; }
+ BOOL Visible() { return !m_bHidden; }
//Create the tray icon
Create(CWnd* pWnd, UINT uCallbackMessage, LPCTSTR szTip, HICON icon, UINT uID);