//  Copyright (c) 2001, Reson, Inc. All Rights Reserved.
//
//  Filename:   Remote6046.h
//
//  Project:    6046
//
//  Author(s):  W. Arcus
//
//  Purpose:    Main DLL header file defining the MFC class CRemote6046.
//
//  Notes:      1)  If this DLL is dynamically linked against the MFC
//                  DLLs, any functions exported from this DLL which
//                  call into MFC must have the AFX_MANAGE_STATE macro
//                  added at the very beginning of the function.
//                  The macro ManageDllState_m() is defined for this purpose (see below).
//
//                  See MFC Technical Notes 33 and 58 for additional info.
//

#if !defined(AFX_REMOTE6046_H__195103FA_7571_460B_90D0_56589B432C96__INCLUDED_)
#define AFX_REMOTE6046_H__195103FA_7571_460B_90D0_56589B432C96__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#ifndef __AFXWIN_H__
    #error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"       // main symbols

/////////////////////////////////////////////////////////////////////////////
// CRemote6046App
// See Remote6046.cpp for the implementation of this class
//

class CRemote6046App : public CWinApp
{
public:

    CRemote6046App( void );

// Overrides
    // ClassWizard generated virtual function overrides
    //{{AFX_VIRTUAL(CRemote6046App)
    public:
    virtual BOOL InitInstance();
    //}}AFX_VIRTUAL

    //{{AFX_MSG(CRemote6046App)
        // NOTE - the ClassWizard will add and remove member functions here.
        //    DO NOT EDIT what you see in these blocks of generated code !
    //}}AFX_MSG
    DECLARE_MESSAGE_MAP()
};


/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_REMOTE6046_H__195103FA_7571_460B_90D0_56589B432C96__INCLUDED_)
