]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/Applications/DNSServiceBrowser/WindowsCE/Sources/Application.h
5e5b5079967b14ca87318114a7a84d336a3b65bf
[apple/mdnsresponder.git] / mDNSWindows / Applications / DNSServiceBrowser / WindowsCE / Sources / Application.h
1 /*
2 * Copyright (c) 2002-2004 Apple Computer, Inc. All rights reserved.
3 *
4 * @APPLE_LICENSE_HEADER_START@
5 *
6 * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved.
7 *
8 * This file contains Original Code and/or Modifications of Original Code
9 * as defined in and that are subject to the Apple Public Source License
10 * Version 2.0 (the 'License'). You may not use this file except in
11 * compliance with the License. Please obtain a copy of the License at
12 * http://www.opensource.apple.com/apsl/ and read it before using this
13 * file.
14 *
15 * The Original Code and all software distributed under the License are
16 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
17 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
18 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
19 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
20 * Please see the License for the specific language governing rights and
21 * limitations under the License.
22 *
23 * @APPLE_LICENSE_HEADER_END@
24
25 Change History (most recent first):
26
27 $Log: Application.h,v $
28 Revision 1.2 2004/01/30 02:56:33 bradley
29 Updated to support full Unicode display. Added support for all services on www.dns-sd.org.
30
31 Revision 1.1 2003/08/21 02:16:10 bradley
32 Rendezvous Browser for HTTP services for Windows CE/PocketPC.
33
34 */
35
36 #if !defined(AFX_APPLICATION_H__E2E51302_D643_458E_A7A5_5157233D1E5C__INCLUDED_)
37 #define AFX_APPLICATION_H__E2E51302_D643_458E_A7A5_5157233D1E5C__INCLUDED_
38
39 #if _MSC_VER >= 1000
40 #pragma once
41 #endif // _MSC_VER >= 1000
42
43 #ifndef __AFXWIN_H__
44 #error include 'stdafx.h' before including this file for PCH
45 #endif
46
47 #include "Resource.h"
48
49 //===========================================================================================================================
50 // Application
51 //===========================================================================================================================
52
53 class Application : public CWinApp
54 {
55 public:
56
57 Application();
58
59 // ClassWizard generated virtual function overrides
60 //{{AFX_VIRTUAL(Application)
61 public:
62 virtual BOOL InitInstance();
63 //}}AFX_VIRTUAL
64
65 //{{AFX_MSG(Application)
66 // NOTE - the ClassWizard will add and remove member functions here.
67 // DO NOT EDIT what you see in these blocks of generated code !
68 //}}AFX_MSG
69 DECLARE_MESSAGE_MAP()
70 };
71
72 //{{AFX_INSERT_LOCATION}}
73 // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
74
75 #endif // !defined(AFX_APPLICATION_H__E2E51302_D643_458E_A7A5_5157233D1E5C__INCLUDED_)