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

#ifndef ABORTSAMPLEIF_H_
#define ABORTSAMPLEIF_H_

#include "data/ElementURI.h"

/**
 *  Specifies the interface details for the AbortSample component in the
 *  SampleModule.
 *
 *  AbortSample.h should only be included by AbortSample.cpp
 *  Other classes should include AbortSampleIF.h
 *
 *  \ingroup modules_sample
 */
namespace AbortSampleIF
{
/// Static const for component name
/// (Can be used by other components)
static const Str NAME( "AbortSample" );

}

#endif /*ABORTSAMPLEIF_H_*/

