Update of /cvsroot/mahogany/M/include
In directory usw-pr-cvs1:/tmp/cvs-serv4111/include

Modified Files:
        MInterface.cpp.m4 MInterface.h.m4 
Log Message:
regenerated from MInterface.mid

Index: MInterface.cpp.m4
===================================================================
RCS file: /cvsroot/mahogany/M/include/MInterface.cpp.m4,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -u -2 -r1.4 -r1.5
--- MInterface.cpp.m4   11 Mar 2002 19:40:45 -0000      1.4
+++ MInterface.cpp.m4   18 Jun 2002 21:46:17 -0000      1.5
@@ -30,4 +30,5 @@
 #include "Message.h"
 #include "SendMessage.h"
+#include "Address.h"
 #include "wx/persctrl.h"
 
@@ -249,4 +250,15 @@
 {
 ::strutil_freeRegEx(re);
+}
+
+
+
+virtual bool contains_own_address (
+      const String & str,
+      Profile * profile
+   )
+{
+return ::ContainsOwnAddress(str, profile);
+
 }
 

Index: MInterface.h.m4
===================================================================
RCS file: /cvsroot/mahogany/M/include/MInterface.h.m4,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -u -2 -r1.4 -r1.5
--- MInterface.h.m4     11 Mar 2002 19:40:46 -0000      1.4
+++ MInterface.h.m4     18 Jun 2002 21:46:17 -0000      1.5
@@ -31,4 +31,5 @@
 #include "Message.h"
 #include "SendMessage.h"
+#include "Address.h"
 #include "wx/persctrl.h"
 
@@ -167,4 +168,11 @@
 virtual void strutil_freeRegEx (
 strutil_RegEx * re ) = 0;
+
+
+
+virtual bool contains_own_address (
+      const String & str ,
+      Profile * profile 
+   ) = 0;
 
 


----------------------------------------------------------------------------
                   Bringing you mounds of caffeinated joy
                   >>>     http://thinkgeek.com/sf    <<<

_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to