Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31057/include

Modified Files:
        strutil.h 
Log Message:
removed DetectSignature class, unused now

Index: strutil.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/strutil.h,v
retrieving revision 1.72
retrieving revision 1.73
diff -b -u -2 -r1.72 -r1.73
--- strutil.h   10 Jul 2004 19:44:37 -0000      1.72
+++ strutil.h   14 Jul 2004 16:17:07 -0000      1.73
@@ -357,21 +357,4 @@
 extern size_t IsEndOfLine(const wxChar *p);
 
-class DetectSignature
-{
-public:
-   DetectSignature();
-   ~DetectSignature();
-   
-   bool Initialize(Profile *profile);
-   bool StartsHere(const wxChar *cptr);
-
-private:
-#if wxUSE_REGEX
-   bool m_useRE;
-   // a RE to detect the start of the signature
-   scoped_ptr<wxRegEx> m_reSig;
-#endif
-};
-
 //@}
 #endif



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to