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

Modified Files:
        VMessage.h 
Log Message:
reworked Message::GetAllHeaders() API once again, now we have HeaderIterator class 
which solves the problem with multiple headers

Index: VMessage.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/mail/VMessage.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -u -2 -r1.1 -r1.2
--- VMessage.h  17 Jul 2002 14:43:55 -0000      1.1
+++ VMessage.h  3 Sep 2002 12:28:18 -0000       1.2
@@ -55,8 +55,4 @@
       { return m_message->GetHeaderLines(headers, encodings); }
 
-   virtual size_t GetAllHeaders(wxArrayString *names,
-                                wxArrayString *values) const
-      { return m_message->GetAllHeaders(names, values); }
-
    virtual String GetHeader() const
       { return m_message->GetHeader(); }



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to