mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:43:08 +00:00
[EXPLORER] Minor cleanup/comment fixes.
This commit is contained in:
parent
884db2ea06
commit
a7ddabcc12
3 changed files with 10 additions and 8 deletions
|
@ -180,7 +180,8 @@ public:
|
|||
void Initialize(HWND hWndParent, CBalloonQueue * queue);
|
||||
};
|
||||
|
||||
extern const WCHAR szSysPagerWndClass[];
|
||||
|
||||
static const WCHAR szSysPagerWndClass[] = L"SysPager";
|
||||
|
||||
class CSysPagerWnd :
|
||||
public CComCoClass<CSysPagerWnd>,
|
||||
|
@ -258,6 +259,10 @@ public:
|
|||
HRESULT Initialize(IN HWND hWndParent);
|
||||
};
|
||||
|
||||
/*
|
||||
* IconWatcher
|
||||
*/
|
||||
|
||||
CIconWatcher::CIconWatcher() :
|
||||
m_hWatcherThread(NULL),
|
||||
m_WakeUpEvent(NULL),
|
||||
|
@ -489,8 +494,8 @@ UINT WINAPI CIconWatcher::WatcherThread(_In_opt_ LPVOID lpParam)
|
|||
}
|
||||
|
||||
/*
|
||||
* NotifyToolbar
|
||||
*/
|
||||
* BalloonQueue
|
||||
*/
|
||||
|
||||
CBalloonQueue::CBalloonQueue() :
|
||||
m_hwndParent(NULL),
|
||||
|
@ -1255,7 +1260,6 @@ void CNotifyToolbar::Initialize(HWND hWndParent, CBalloonQueue * queue)
|
|||
/*
|
||||
* SysPagerWnd
|
||||
*/
|
||||
const WCHAR szSysPagerWndClass[] = L"SysPager";
|
||||
|
||||
CSysPagerWnd::CSysPagerWnd() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue