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

// File SPFEERetConsumerInitial.idl #ifndef spfeeretconsumerinitial_idl #define spfeeretconsumerinitial_idl #include "SPFEEUserInitial.idl" module SPFEERetConsumerInitial { interface i_ConsumerInitial: SPFEEUserInitial::i_UserInitial { // No additional operations for Consumer. }; }; #endif