Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 3fed99adb755541133c639a531bd4cf6 > files > 89

perl-ExtUtils-XSpp-0.180.0-7.mga5.i586.rpm

// Enable default XS typemaps
%loadplugin{feature::default_xs_typemap};

%typemap{std::string}{simple};
%typemap{std::string&}{reference};
%typemap{Dog_Factory*}{simple};

%exception{noSoundException}{CannotMakeSoundException}{stdmessage};