/** \file
 *
 *  Specifies the interface details for the InternalSim component in the
 *  SimulatorModule.
 *
 *  InternalSim.h should only be included by InternalSim.cpp
 *  Other classes should include InternalSimIF.h
 *
 *  Copyright (c) 2007,2008,2009 MBARI
 *  MBARI Proprietary Information.  All Rights Reserved
 */

#ifndef INTERNALSIMIF_H_
#define INTERNALSIMIF_H_

/**
 *  Specifies the interface details for the InternalSim component in the
 *  SimulatorModule.
 *
 *  InternalSim.h should only be included by InternalSim.cpp
 *  Other classes should include InternalSimIF.h
 *
 *  \ingroup modules_simulator
 */
namespace InternalSimIF
{
// Component name
static const Str NAME( "InternalSim" );

// Include common ConfigURIs -- must be in namespace and follow definition of NAME
#include "component/HasLoadAtStartupIF.h"

}

#endif /*INTERNALSIMIF_H_*/
