fix for 80938 a = avm@sparc.spb.su ovk@sparc.spb.su sva@sparc.spb.su Tests for blackConnect git-svn-id: svn://10.0.0.236/trunk@95860 18797224-902f-48f8-a5cc-f745e15eee43
11 lines
228 B
Plaintext
11 lines
228 B
Plaintext
#include "nsISupports.idl"
|
|
|
|
[scriptable, uuid(f271bdb9-44e8-4f34-a345-490300f1f141)]
|
|
interface iExclusionSupport : nsISupports
|
|
{
|
|
void exclude(in unsigned long count,[array, size_is(count)] in string exclusionList);
|
|
|
|
};
|
|
|
|
|