windows-updates-20010819
[openafs.git] / src / WINNT / win9xpanel / Wait.h
1 /* Copyright 2000, International Business Machines Corporation and others.
2         All Rights Reserved.
3  
4         This software has been released under the terms of the IBM Public
5         License.  For details, see the LICENSE file in the top-level source
6         directory or online at http://www.openafs.org/dl/license10.html
7 */
8
9 #if !defined(AFX_WAIT_H__F7E2A603_FBFD_11D3_A374_00105A6BCA62__INCLUDED_)
10 #define AFX_WAIT_H__F7E2A603_FBFD_11D3_A374_00105A6BCA62__INCLUDED_
11
12 #if _MSC_VER > 1000
13 #pragma once
14 #endif // _MSC_VER > 1000
15 // Wait.h : header file
16 //
17
18 /////////////////////////////////////////////////////////////////////////////
19 // CWait window
20
21 class CWait : public CWnd
22 {
23 // Construction
24 public:
25         CWait(LPCTSTR cursor=IDC_WAIT);
26
27 // Attributes
28 public:
29
30 // Operations
31 public:
32
33 // Overrides
34         // ClassWizard generated virtual function overrides
35         //{{AFX_VIRTUAL(CWait)
36         //}}AFX_VIRTUAL
37
38 // Implementation
39 public:
40         virtual ~CWait();
41         static BOOL IsBusy();
42
43         // Generated message map functions
44 protected:
45         static int m_RefCount;
46         HCURSOR m_Cursor;
47         //{{AFX_MSG(CWait)
48                 // NOTE - the ClassWizard will add and remove member functions here.
49         //}}AFX_MSG
50         DECLARE_MESSAGE_MAP()
51 };
52
53 /////////////////////////////////////////////////////////////////////////////
54
55 //{{AFX_INSERT_LOCATION}}
56 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
57
58 #endif // !defined(AFX_WAIT_H__F7E2A603_FBFD_11D3_A374_00105A6BCA62__INCLUDED_)