//
//  Copyright © 2004, RESON Inc. All Rights Reserved.
//
//  No part of this file may be reproduced or transmitted in any form or by
//  any means, electronic or mechanical, including photocopy, recording, or
//  information storage or retrieval system, without permission in writing
//  from RESON Inc.
//
//  Filename:   RegistryKeys.h
//
//  Project:    6046
//
//  Author(s):  W. Arcus
//
//  Purpose:    Defines various registry keys for the RESON7kSonar DLL's runtime settings.
//
//  Notes:      
//

#if !defined(AFX_DISPATCHER_H__42A465B8_DCD1_42f4_AA19_D5E0EE5F71A1__INCLUDED_)
#define AFX_DISPATCHER_H__42A465B8_DCD1_42f4_AA19_D5E0EE5F71A1__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

namespace                           // Beginning of anonymous namespace (thus ensuring each module gets its own copy).
{

    LPCTSTR lpszRESON7kSonarRegistryKey_c                     = _T( ".DEFAULT\\SOFTWARE\\RESON\\6046\\RESON7kSonar" );
    LPCTSTR lpsz6046RESON7kSonarAutoShutdownRegistryKey_c     = _T( "AutoShutdown" );
    LPCTSTR lpsz6046RESON7kSonarParameterRoutingRegistryKey_c = _T( "ParameterRouting" );
    LPCTSTR lpsz6046RESON7kSonarMessageRoutingRegistryKey_c   = _T( "MessageRouting" );

}                                   // End of anonymous namespace.

#endif // !defined(AFX_DISPATCHER_H__42A465B8_DCD1_42f4_AA19_D5E0EE5F71A1__INCLUDED_)
