//
//  Copyright © 2001 - 2002, 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:   StateMachine.h
//
//  Project:    6046.
//
//  Author(s):  W. Arcus
//
//  Purpose:    
//
//  Notes:      

#if !defined(AFX_STATEMACHINE_H__15B3525B_8F43_4B02_A1A1_EF3871C63536__INCLUDED_)
#define AFX_STATEMACHINE_H__15B3525B_8F43_4B02_A1A1_EF3871C63536__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CStateMachine  
{
public:

                CStateMachine( void );
    virtual    ~CStateMachine( void );

};

#endif // !defined(AFX_STATEMACHINE_H__15B3525B_8F43_4B02_A1A1_EF3871C63536__INCLUDED_)
