//=========================================================================
// Summary  : 
// Filename : AM200IF.idl
// Author   : Marsh
// Project  : 
// Version  : $Revision: #1 $
// Created  : 04/12/00
// Modified : 
// Archived : 
//=========================================================================
// Modification History:
//=========================================================================

/*
CLASS 
AM200IF

DESCRIPTION
Task interface to the AM200 acoustic release

AUTHOR
Marsh

*/

#include "InstrumentIF.idl"
#include "DeviceIF.idl"


interface AM200IF : InstrumentIF {

     DeviceIF::Status foo();

};
