BeaconClient.h
上传用户:gnaf34
上传日期:2022-04-22
资源大小:1657k
文件大小:2k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. /*
  2.  * BeaconClient.h 
  3.  *
  4.  * Main header file for the BEACONCLIENT application
  5.  *
  6.  * Copyright (c) ITEC-Ohio, 2002.
  7.  *
  8.  * The contents of this file are subject to the Mozilla Public License
  9.  * Version 1.0 (the "License"); you may not use this file except in
  10.  * compliance with the License. You may obtain a copy of the License at
  11.  * http://www.mozilla.org/MPL/
  12.  *
  13.  * Software distributed under the License is distributed on an "AS IS"
  14.  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
  15.  * the License for the specific language governing rights and limitations
  16.  * under the License.
  17.  *
  18.  * The Original Code is Open H323 Library available at http://www.openh323.org
  19.  * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
  20.  *
  21.  */
  22. #if !defined(AFX_BEACONCLIENT_H__EE930F7C_6A69_4DD7_AE77_BBFD5A78D1E7__INCLUDED_)
  23. #define AFX_BEACONCLIENT_H__EE930F7C_6A69_4DD7_AE77_BBFD5A78D1E7__INCLUDED_
  24. #if _MSC_VER > 1000
  25. #pragma once
  26. #endif // _MSC_VER > 1000
  27. #ifndef __AFXWIN_H__
  28. #error include 'stdafx.h' before including this file for PCH
  29. #endif
  30. #include "resource.h" // main symbols
  31. /////////////////////////////////////////////////////////////////////////////
  32. // CBeaconClientApp:
  33. // See BeaconClient.cpp for the implementation of this class
  34. //
  35. class CBeaconClientApp : public CWinApp
  36. {
  37. public:
  38. CBeaconClientApp();
  39. // Overrides
  40. // ClassWizard generated virtual function overrides
  41. //{{AFX_VIRTUAL(CBeaconClientApp)
  42. public:
  43. virtual BOOL InitInstance();
  44. //}}AFX_VIRTUAL
  45. // Implementation
  46. //{{AFX_MSG(CBeaconClientApp)
  47. // NOTE - the ClassWizard will add and remove member functions here.
  48. //    DO NOT EDIT what you see in these blocks of generated code !
  49. //}}AFX_MSG
  50. DECLARE_MESSAGE_MAP()
  51. };
  52. /////////////////////////////////////////////////////////////////////////////
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_BEACONCLIENT_H__EE930F7C_6A69_4DD7_AE77_BBFD5A78D1E7__INCLUDED_)