Update NEWS for 1.6.22
[pkg-k5-afs_openafs.git] / src / WINNT / client_exp / afs_shl_ext.h
blobdfcc4c2c813eee34712e481a30a8fdca84509ce1
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
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 */
10 #if !defined(AFX_AFSSHELL_H__DC515C1F_6CAC_11D1_BAE7_00C04FD140D2__INCLUDED_)
11 #define AFX_AFSSHELL_H__DC515C1F_6CAC_11D1_BAE7_00C04FD140D2__INCLUDED_
13 #if _MSC_VER >= 1000
14 #pragma once
15 #endif // _MSC_VER >= 1000
17 #ifndef __AFXWIN_H__
18 #error include 'stdafx.h' before including this file for PCH
19 #endif
21 #include "resource.h" // main symbols
23 /////////////////////////////////////////////////////////////////////////////
24 // CAfsShlExt
25 // See afs_shl_ext.cpp for the implementation of this class
28 class CAfsShlExt : public CWinApp
30 public:
31 CAfsShlExt();
33 // Overrides
34 // ClassWizard generated virtual function overrides
35 //{{AFX_VIRTUAL(CAfsShlExt)
36 public:
37 virtual BOOL InitInstance();
38 //}}AFX_VIRTUAL
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()
47 extern CAfsShlExt theApp;
49 /////////////////////////////////////////////////////////////////////////////
51 //{{AFX_INSERT_LOCATION}}
52 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
54 #endif // !defined(AFX_AFSSHELL_H__DC515C1F_6CAC_11D1_BAE7_00C04FD140D2__INCLUDED_)