summaryrefslogtreecommitdiffstats
path: root/debian/tests/idlTest.idl
blob: 148e5d3a4b5e615e96abe08332f6563b7509916b (plain)
1
2
3
4
5
6
7
8
9
10
// Include a file from thunderbird so we're sure these ended up in the right
// location
#include "nsIMsgIncomingServer.idl"

[scriptable, uuid(1b9d7057-90f5-4ca5-a379-a59aa47acbd2)]
interface IdlTestIncomingServer : nsIMsgIncomingServer
{
  readonly attribute boolean thisIsATest;
};