findlanabyname-20040228
[openafs.git] / src / WINNT / client_exp / afs_shl_ext.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #if !defined(AFX_AFSSHELL_H__DC515C1F_6CAC_11D1_BAE7_00C04FD140D2__INCLUDED_)
11 #define AFX_AFSSHELL_H__DC515C1F_6CAC_11D1_BAE7_00C04FD140D2__INCLUDED_
12
13 #if _MSC_VER >= 1000
14 #pragma once
15 #endif // _MSC_VER >= 1000
16
17 #ifndef __AFXWIN_H__
18         #error include 'stdafx.h' before including this file for PCH
19 #endif
20
21 #include "resource.h"           // main symbols
22
23 /////////////////////////////////////////////////////////////////////////////
24 // CAfsShlExt
25 // See afs_shl_ext.cpp for the implementation of this class
26 //
27
28 class CAfsShlExt : public CWinApp
29 {
30 public:
31         CAfsShlExt();
32
33 // Overrides
34         // ClassWizard generated virtual function overrides
35         //{{AFX_VIRTUAL(CAfsShlExt)
36         public:
37         virtual BOOL InitInstance();
38         //}}AFX_VIRTUAL
39
40         //{{AFX_MSG(CAfsShlExt)
41                 // NOTE - the ClassWizard will add and remove member functions here.
42                 //    DO NOT EDIT what you see in these blocks of generated code !
43         //}}AFX_MSG
44         DECLARE_MESSAGE_MAP()
45 };
46
47 extern CAfsShlExt theApp;
48
49 /////////////////////////////////////////////////////////////////////////////
50
51 //{{AFX_INSERT_LOCATION}}
52 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
53
54 #endif // !defined(AFX_AFSSHELL_H__DC515C1F_6CAC_11D1_BAE7_00C04FD140D2__INCLUDED_)