rginda%netscape.com 312d1191d6 initial add of template processor
git-svn-id: svn://10.0.0.236/trunk@92690 18797224-902f-48f8-a5cc-f745e15eee43
2001-04-18 21:45:10 +00:00

12 lines
138 B
Plaintext

${license_cpp}
#include "nsISupports.idl"
${interface_attribs}
interface ${interface_name} : nsISupports
{
void method ();
};