xref: /minix3/external/bsd/bind/dist/bin/win32/BINDInstall/BINDInstall.h (revision 00b67f09dd46474d133c95011a48590a8e8f94c7)
1 /*	$NetBSD: BINDInstall.h,v 1.4 2014/12/10 04:37:55 christos Exp $	*/
2 
3 /*
4  * Portions Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
5  * Portions Copyright (C) 2001  Internet Software Consortium.
6  *
7  * Permission to use, copy, modify, and/or distribute this software for any
8  * purpose with or without fee is hereby granted, provided that the above
9  * copyright notice and this permission notice appear in all copies.
10  *
11  * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
12  * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13  * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
14  * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15  * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
16  * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17  * PERFORMANCE OF THIS SOFTWARE.
18  */
19 
20 /* Id: BINDInstall.h,v 1.6 2007/06/19 23:47:07 tbox Exp  */
21 
22 /*
23  * Copyright (c) 1999-2000 by Nortel Networks Corporation
24  *
25  * Permission to use, copy, modify, and distribute this software for any
26  * purpose with or without fee is hereby granted, provided that the above
27  * copyright notice and this permission notice appear in all copies.
28  *
29  * THE SOFTWARE IS PROVIDED "AS IS" AND NORTEL NETWORKS DISCLAIMS
30  * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
31  * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NORTEL NETWORKS
32  * BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
33  * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
34  * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
35  * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
36  * SOFTWARE.
37  */
38 
39 #ifndef BINDINSTALL_H
40 #define BINDINSTALL_H
41 
42 #ifndef __AFXWIN_H__
43 	#error include 'stdafx.h' before including this file for PCH
44 #endif
45 
46 #include "resource.h"		// main symbols
47 
48 class CBINDInstallApp : public CWinApp
49 {
50 public:
51 	CBINDInstallApp();
52 
53 	// ClassWizard generated virtual function overrides
54 	//{{AFX_VIRTUAL(CBINDInstallApp)
55 	public:
56 	virtual BOOL InitInstance();
57 	//}}AFX_VIRTUAL
58 
59 	//{{AFX_MSG(CBINDInstallApp)
60 		// NOTE - the ClassWizard will add and remove member functions here.
61 		//    DO NOT EDIT what you see in these blocks of generated code !
62 	//}}AFX_MSG
63 	DECLARE_MESSAGE_MAP()
64 };
65 
66 #endif
67