testtoolsconn/stat/desktop/testsource/dllcommstesters/teststatcomms/testcom.h
changeset 0 3da2a79470a7
equal deleted inserted replaced
-1:000000000000 0:3da2a79470a7
       
     1 /*
       
     2 * Copyright (c) 2005-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 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 // testcom.h : main header file for the TESTCOM application
       
    22 //
       
    23 
       
    24 #if !defined(AFX_TESTCOM_H__F5EDDB56_81F0_11D6_BC69_00B0D065107F__INCLUDED_)
       
    25 #define AFX_TESTCOM_H__F5EDDB56_81F0_11D6_BC69_00B0D065107F__INCLUDED_
       
    26 
       
    27 #if _MSC_VER > 1000
       
    28 #pragma once
       
    29 #endif // _MSC_VER > 1000
       
    30 
       
    31 #ifndef __AFXWIN_H__
       
    32 	#error include 'stdafx.h' before including this file for PCH
       
    33 #endif
       
    34 
       
    35 #include "resource.h"		// main symbols
       
    36 
       
    37 /////////////////////////////////////////////////////////////////////////////
       
    38 // CTestcomApp:
       
    39 // See testcom.cpp for the implementation of this class
       
    40 //
       
    41 
       
    42 class CTestcomApp : public CWinApp
       
    43 {
       
    44 public:
       
    45 	CTestcomApp();
       
    46 
       
    47 // Overrides
       
    48 	// ClassWizard generated virtual function overrides
       
    49 	//{{AFX_VIRTUAL(CTestcomApp)
       
    50 	public:
       
    51 	virtual BOOL InitInstance();
       
    52 	//}}AFX_VIRTUAL
       
    53 
       
    54 // Implementation
       
    55 
       
    56 	//{{AFX_MSG(CTestcomApp)
       
    57 	//}}AFX_MSG
       
    58 	DECLARE_MESSAGE_MAP()
       
    59 };
       
    60 
       
    61 
       
    62 /////////////////////////////////////////////////////////////////////////////
       
    63 
       
    64 //{{AFX_INSERT_LOCATION}}
       
    65 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
       
    66 
       
    67 #endif // !defined(AFX_TESTCOM_H__F5EDDB56_81F0_11D6_BC69_00B0D065107F__INCLUDED_)