//
//  Copyright (c) 2001, Reson, Inc. All Rights Reserved.
//
//  Filename:   NetUtils.h
//
//  Project:    6046.
//
//  Author(s):  W. Arcus
//
//  Purpose:    Main header file for the NetUtils DLL to support both Dry and Wet end
//              applications.
//
//  Notes:

#if !defined(AFX_NETUTILS_H__D5EC9F5B_7D10_475D_944A_73D366B5EE1A__INCLUDED_)
#define AFX_NETUTILS_H__D5EC9F5B_7D10_475D_944A_73D366B5EE1A__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

/////////////////////////////////////////////////////////////////////////////
// CNetUtilsApp
// See NetUtils.cpp for the implementation of this class
//

class CNetUtilsApp : public CWinApp
{
public:
    CNetUtilsApp();

// Overrides
    // ClassWizard generated virtual function overrides
    //{{AFX_VIRTUAL(CNetUtilsApp)
    public:
    virtual BOOL InitInstance();
    //}}AFX_VIRTUAL

    //{{AFX_MSG(CNetUtilsApp)
        // 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_NETUTILS_H__D5EC9F5B_7D10_475D_944A_73D366B5EE1A__INCLUDED_)
