// Copyright 2005, 2006 THALES, SELEX Sistemi Integrati (SI), // Themis Computer and Progeny Systems Corporation. #include "orb.idl" #ifndef _AMS_Client_IDL_ #define _AMS_Client_IDL_ #pragma prefix "omg.org" #include "AMS_AMSManagement.idl" module AMS_ClientModule { interface AMS_IndicationSink { oneway void notifyHW ( in AMS_AMSManagement::AMS_RTHWIndication indic); oneway void notifySW ( in AMS_AMSManagement::AMS_RTSWIndication indic); }; }; #endif /* _AMS_Client_IDL_ */