serialserver/c32serialserver/Test/te_C32Performance/USB PC Side Code/SerialPort.h
branchRCL_3
changeset 26 b564fb5fd78b
parent 0 dfb7c4ff071f
equal deleted inserted replaced
25:9d7ce34704c8 26:b564fb5fd78b
       
     1 /*
       
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 * SerialPort.h : Defines the class behaviors for the application.
       
    16 * @internalComponent.
       
    17 * 
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 
       
    23 #if !defined(AFX_SERIALPORT_H__48881565_F2B4_11D4_8077_DC3329DB2D48__INCLUDED_)
       
    24 #define AFX_SERIALPORT_H__48881565_F2B4_11D4_8077_DC3329DB2D48__INCLUDED_
       
    25 
       
    26 #if _MSC_VER > 1000
       
    27 #pragma once
       
    28 #endif // _MSC_VER > 1000
       
    29 
       
    30 #ifndef __AFXWIN_H__
       
    31 	#error include 'stdafx.h' before including this file for PCH
       
    32 #endif
       
    33 
       
    34 #include "resource.h"		// main symbols
       
    35 
       
    36 /////////////////////////////////////////////////////////////////////////////
       
    37 // CSerialPortApp:
       
    38 // See SerialPort.cpp for the implementation of this class
       
    39 //
       
    40 
       
    41 class CSerialPortApp : public CWinApp
       
    42 {
       
    43 public:
       
    44 	CSerialPortApp();
       
    45 
       
    46 // Overrides
       
    47 	// ClassWizard generated virtual function overrides
       
    48 	//{{AFX_VIRTUAL(CSerialPortApp)
       
    49 	public:
       
    50 	virtual BOOL InitInstance();
       
    51 	//}}AFX_VIRTUAL
       
    52 
       
    53 // Implementation
       
    54 
       
    55 	//{{AFX_MSG(CSerialPortApp)
       
    56 		// NOTE - the ClassWizard will add and remove member functions here.
       
    57 		//    DO NOT EDIT what you see in these blocks of generated code !
       
    58 	//}}AFX_MSG
       
    59 	DECLARE_MESSAGE_MAP()
       
    60 };
       
    61 
       
    62 
       
    63 /////////////////////////////////////////////////////////////////////////////
       
    64 
       
    65 //{{AFX_INSERT_LOCATION}}
       
    66 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
       
    67 
       
    68 #endif // !defined(AFX_SERIALPORT_H__48881565_F2B4_11D4_8077_DC3329DB2D48__INCLUDED_)
       
    69