#include <somobj.idl>
interface Event_Adapter : SOMObject
{
void create_pdu(in long spec_id, in string source_host);
void add_arg_long(in long arg);
void add_arg_string(in string arg);
void send_pdu();
#ifdef __SOMIDL__
implementation
{
dllname = "consumers.dll";
};
#endif /* __SOMIDL__ */
};