-- IDL module extracted from ITU-T Q Suppl. 28 (12/1999)

// File SPFEERetRetailerInitial.idl #ifndef spfeeretretailerinitial_idl #define spfeeretretailerinitial_idl #include "SPFEEProviderInitial.idl" module SPFEERetRetailerInitial { interface i_RetailerInitial: SPFEEProviderInitial::i_ProviderInitial { // No Retailer specific operations defined. }; // i_RetailerInitial interface i_RetailerAuthenticate: SPFEEProviderInitial::i_ProviderAuthenticate { // No Retailer specific operations defined. }; // i_RetailerAuthenticate }; #endif