Index: /trunk/MagicSoft/Mars/mbase/MContinue.h
===================================================================
--- /trunk/MagicSoft/Mars/mbase/MContinue.h	(revision 1937)
+++ /trunk/MagicSoft/Mars/mbase/MContinue.h	(revision 1938)
@@ -34,6 +34,4 @@
     ~MContinue();
 
-    //    void SetFilter(MFilter *filter) { if (!TestBit(kIsOwner)) MTask::SetFilter(filter); }
-
     void SetInverted(Bool_t i=kTRUE);
     Bool_t IsInverted() const;
Index: /trunk/MagicSoft/Mars/mbase/MFilter.cc
===================================================================
--- /trunk/MagicSoft/Mars/mbase/MFilter.cc	(revision 1937)
+++ /trunk/MagicSoft/Mars/mbase/MFilter.cc	(revision 1938)
@@ -29,4 +29,7 @@
 //   This is a base class which defines an interface to create your own    //
 //   filters. To do it derive a class from MFilter.                        //
+//                                                                         //
+//   You can invert the meaning of a filter (logical NOT '!') by calling   //
+//   SetInverted().                                                        //
 //                                                                         //
 //   You can create two types of Filters:                                  //
