From 7a35fcd096f1fc4f81fc9cbc5d41ced28b752a89 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Tue, 20 Oct 2009 14:36:34 +0000 Subject: Fixed small bug git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@287 119bf307-c92d-0410-89bd-8f53e6181181 --- components/interfaces/rdIMatchResult.idl | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'components/interfaces/rdIMatchResult.idl') diff --git a/components/interfaces/rdIMatchResult.idl b/components/interfaces/rdIMatchResult.idl index 16de67c..371a7d7 100644 --- a/components/interfaces/rdIMatchResult.idl +++ b/components/interfaces/rdIMatchResult.idl @@ -4,14 +4,10 @@ [scriptable, uuid(cf89b480-bce3-11de-a0dd-028037ec0200)] interface rdIMatchResult : nsISupports { - /* Result constants */ - const short NO_MATCH = 0; - const short MATCH = 1; - const short DISABLED_MATCH = 2; - const short EXCLUDED_MATCH = 3; - /* Attributes */ - attribute wstring redirectTo; - attribute short result; + readonly attribute wstring redirectTo; + readonly attribute boolean isMatch; + readonly attribute boolean isExcludeMatch; + readonly attribute boolean isDisabledMatch; }; -- cgit v1.2.3-70-g09d2