BlueToothExc.h
Upload User: shmeyee
Upload Date: 2015-06-28
Package Size: 108k
Code Size: 1k
Category:

Communication

Development Platform:

Visual C++

  1. // BlueToothExc.h : main header file for the PROJECT_NAME application
  2. //
  3. #pragma once
  4. #ifndef __AFXWIN_H__
  5. #error "include 'stdafx.h' before including this file for PCH"
  6. #endif
  7. #include "resource.h" // main symbols
  8. // CBlueToothExcApp:
  9. // See BlueToothExc.cpp for the implementation of this class
  10. //
  11. class CBlueToothExcApp : public CWinApp
  12. {
  13. public:
  14. CBlueToothExcApp();
  15. // Overrides
  16. public:
  17. virtual BOOL InitInstance();
  18. // Implementation
  19. DECLARE_MESSAGE_MAP()
  20. public:
  21. virtual int ExitInstance();
  22. };
  23. extern CBlueToothExcApp theApp;