| Index: compiled/filter/ActiveFilter.h |
| =================================================================== |
| --- a/compiled/filter/ActiveFilter.h |
| +++ b/compiled/filter/ActiveFilter.h |
| @@ -64,8 +64,10 @@ public: |
| FILTER_PROPERTY(unsigned int, mLastHit, FILTER_LASTHIT, |
| GetLastHit, SetLastHit); |
| bool BINDINGS_EXPORTED IsActiveOnDomain(DependentString& docDomain, |
| const String& sitekey) const; |
| bool BINDINGS_EXPORTED IsActiveOnlyOnDomain(DependentString& docDomain) const; |
| bool BINDINGS_EXPORTED IsGeneric() const; |
| OwnedString BINDINGS_EXPORTED Serialize() const; |
| }; |
| + |
| +typedef intrusive_ptr<ActiveFilter> ActiveFilterPtr; |