//
// Interface: aaAdapter
//
// Description:
//     A simple IDL interface to AA interface provided by SSCOP.
//

interface aaAdapter
{
    void inject(in long pdus_, in long interval_in_msec_);
};
