Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv26741/include
Modified Files:
ASMailFolder.h MessageEditor.h Mpch.h
Log Message:
compilation fixes for Windows
Index: ASMailFolder.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/ASMailFolder.h,v
retrieving revision 1.60
retrieving revision 1.61
diff -b -u -2 -r1.60 -r1.61
--- ASMailFolder.h 19 Sep 2003 13:31:18 -0000 1.60
+++ ASMailFolder.h 19 Sep 2003 19:23:25 -0000 1.61
@@ -409,5 +409,5 @@
ASMailFolderResultImpl(ASMailFolder *mf,
Ticket t,
- ASMailFolder::ASMailFolder::OperationId id,
+ ASMailFolder::OperationId id,
UIdArray * mc,
UserData ud)
@@ -437,5 +437,5 @@
integer value. Used for all boolean success values.
*/
-class ASMailFolderResultInt : public ASMailFolder::ResultImpl
+class ASMailFolderResultInt : public ASMailFolderResultImpl
{
public:
@@ -455,5 +455,5 @@
int value,
UserData ud)
- : ASMailFolder::ResultImpl(mf, t, id, mc, ud)
+ : ASMailFolderResultImpl(mf, t, id, mc, ud)
{ m_Value = value; }
private:
@@ -463,5 +463,5 @@
UIdType value. Used for all boolean success values.
*/
-class ASMailFolderResultUIdType : public ASMailFolder::ResultImpl
+class ASMailFolderResultUIdType : public ASMailFolderResultImpl
{
public:
@@ -481,5 +481,5 @@
int value,
UserData ud)
- : ASMailFolder::ResultImpl(mf, t, id, mc, ud)
+ : ASMailFolderResultImpl(mf, t, id, mc, ud)
{ m_Value = value; }
private:
@@ -488,5 +488,5 @@
/** Holds the result from a GetMessage() and returns the message pointer.
*/
-class ASMailFolderResultMessage : public ASMailFolder::ResultImpl
+class ASMailFolderResultMessage : public ASMailFolderResultImpl
{
public:
@@ -504,5 +504,5 @@
UIdArray * mc, Message *msg,
UIdType uid, UserData ud)
- : ASMailFolder::ResultImpl(mf, t, ASMailFolder::Op_GetMessage, mc, ud)
+ : ASMailFolderResultImpl(mf, t, ASMailFolder::Op_GetMessage, mc, ud)
{
m_Message = msg;
@@ -517,5 +517,5 @@
/** Holds a single folder name found in a ListFolders() call.
*/
-class ASMailFolderResultFolderExists : public ASMailFolder::ResultImpl
+class ASMailFolderResultFolderExists : public ASMailFolderResultImpl
{
public:
@@ -536,5 +536,5 @@
const String &name, char delimiter, long attrib,
UserData ud)
- : ASMailFolder::ResultImpl(mf, t, ASMailFolder::Op_ListFolders, NULL, ud)
+ : ASMailFolderResultImpl(mf, t, ASMailFolder::Op_ListFolders, NULL, ud)
{
m_Name = name;
Index: MessageEditor.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MessageEditor.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -u -2 -r1.12 -r1.13
--- MessageEditor.h 19 Sep 2003 13:31:19 -0000 1.12
+++ MessageEditor.h 19 Sep 2003 19:23:25 -0000 1.13
@@ -22,5 +22,5 @@
class Composer;
class Profile;
-class ComposerOptions;
+struct ComposerOptions;
#include <wx/fontenc.h> // for wxFontEncoding
Index: Mpch.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Mpch.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -b -u -2 -r1.35 -r1.36
--- Mpch.h 16 Sep 2003 21:32:44 -0000 1.35
+++ Mpch.h 19 Sep 2003 19:23:25 -0000 1.36
@@ -31,4 +31,6 @@
#include <wx/help.h>
+#include "Mcommon.h"
+
#include "kbList.h"
#include "guidef.h"
@@ -37,5 +39,4 @@
#include "sysutil.h"
-#include "Mcommon.h"
#include "Merror.h"
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates