Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv21540/include
Modified Files:
AddressCC.h ClickAtt.h ClickInfo.h ClickURL.h MFCache.h
MFPrivate.h MFolder.h MThread.h Mdnd.h MessageEditor.h
MessageViewer.h PGPClickInfo.h ViewFilter.h
Log Message:
fixes for VC++ 6 warnings not disabled any more in wx/defs.h
Index: AddressCC.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/AddressCC.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -u -2 -r1.8 -r1.9
--- AddressCC.h 22 Feb 2002 19:55:40 -0000 1.8
+++ AddressCC.h 22 Jul 2003 22:01:38 -0000 1.9
@@ -54,4 +54,6 @@
// it accesses both m_adr and m_addrNext
friend class AddressListCC;
+
+ DECLARE_NO_COPY_CLASS(AddressCC)
};
@@ -91,4 +93,5 @@
MOBJECT_DEBUG(AddressListCC)
+ DECLARE_NO_COPY_CLASS(AddressListCC)
};
Index: ClickAtt.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/ClickAtt.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -u -2 -r1.1 -r1.2
--- ClickAtt.h 5 Dec 2002 19:47:26 -0000 1.1
+++ ClickAtt.h 22 Jul 2003 22:01:38 -0000 1.2
@@ -41,4 +41,6 @@
// the MIME part we're associated with
const MimePart * const m_mimepart;
+
+ DECLARE_NO_COPY_CLASS(ClickableAttachment)
};
Index: ClickInfo.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/ClickInfo.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -u -2 -r1.1 -r1.2
--- ClickInfo.h 5 Dec 2002 19:47:29 -0000 1.1
+++ ClickInfo.h 22 Jul 2003 22:01:38 -0000 1.2
@@ -68,4 +68,6 @@
protected:
MessageView * const m_msgView;
+
+ DECLARE_NO_COPY_CLASS(ClickableInfo)
};
Index: ClickURL.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/ClickURL.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -u -2 -r1.1 -r1.2
--- ClickURL.h 5 Dec 2002 19:47:29 -0000 1.1
+++ ClickURL.h 22 Jul 2003 22:01:38 -0000 1.2
@@ -86,4 +86,6 @@
Yes
} m_isMail;
+
+ DECLARE_NO_COPY_CLASS(ClickableURL)
};
Index: MFCache.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MFCache.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -u -2 -r1.13 -r1.14
--- MFCache.h 12 Jul 2003 18:56:48 -0000 1.13
+++ MFCache.h 22 Jul 2003 22:01:38 -0000 1.14
@@ -112,4 +112,6 @@
// again, and again, and again...
bool m_hasFailedToSave;
+
+ DECLARE_NO_COPY_CLASS(MfStatusCache)
};
Index: MFPrivate.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MFPrivate.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -u -2 -r1.5 -r1.6
--- MFPrivate.h 8 Sep 2002 19:23:07 -0000 1.5
+++ MFPrivate.h 22 Jul 2003 22:01:38 -0000 1.6
@@ -169,4 +169,6 @@
InitFunction m_init;
CleanupFunction m_cleanup;
+
+ DECLARE_NO_COPY_CLASS(MFSubSystem)
};
Index: MFolder.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MFolder.h,v
retrieving revision 1.58
retrieving revision 1.59
diff -b -u -2 -r1.58 -r1.59
--- MFolder.h 11 Apr 2003 17:13:16 -0000 1.58
+++ MFolder.h 22 Jul 2003 22:01:38 -0000 1.59
@@ -193,5 +193,5 @@
virtual int GetTreeIndex() const { return -1; }
/// set the position in the tree (used by wxFolderTree only)
- virtual void SetTreeIndex(int pos) { }
+ virtual void SetTreeIndex(int /* pos */) { }
/**
Index: MThread.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MThread.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -u -2 -r1.3 -r1.4
--- MThread.h 8 Sep 2002 19:23:07 -0000 1.3
+++ MThread.h 22 Jul 2003 22:01:38 -0000 1.4
@@ -72,4 +72,6 @@
private:
MMutex& m_mutex;
+
+ DECLARE_NO_COPY_CLASS(MLocker)
};
Index: Mdnd.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Mdnd.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -u -2 -r1.7 -r1.8
--- Mdnd.h 3 Aug 2001 18:19:42 -0000 1.7
+++ Mdnd.h 22 Jul 2003 22:01:38 -0000 1.8
@@ -73,4 +73,6 @@
Data *GetMData() const { return ((Data *)GetData()); }
UIdType *GetUIDs(Data *data) const { return (UIdType *)(data + 1); }
+
+ DECLARE_NO_COPY_CLASS(MMessagesDataObject)
};
@@ -114,4 +116,6 @@
private:
wxFrame *m_frame;
+
+ DECLARE_NO_COPY_CLASS(MMessagesDropTargetBase)
};
@@ -139,4 +143,6 @@
private:
MMessagesDropWhere *m_where;
+
+ DECLARE_NO_COPY_CLASS(MMessagesDropTarget)
};
Index: MessageEditor.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MessageEditor.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -u -2 -r1.8 -r1.9
--- MessageEditor.h 13 Dec 2002 14:27:52 -0000 1.8
+++ MessageEditor.h 22 Jul 2003 22:01:38 -0000 1.9
@@ -365,8 +365,9 @@
MMODULE_PROP("author", cpyright) \
MMODULE_END_IMPLEMENT(cname##Factory) \
- MModule *cname##Factory::Init(int version_major, int version_minor, \
- int version_release, \
- MInterface *minterface, \
- int *errorCode) \
+ MModule *cname##Factory::Init(int /* version_major */, \
+ int /* version_minor */, \
+ int /* version_release */, \
+ MInterface * /* minterface */, \
+ int * /* errorCode */) \
{ \
return new cname##Factory(); \
Index: MessageViewer.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MessageViewer.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -b -u -2 -r1.17 -r1.18
--- MessageViewer.h 30 Dec 2002 00:40:53 -0000 1.17
+++ MessageViewer.h 22 Jul 2003 22:01:38 -0000 1.18
@@ -272,7 +272,9 @@
MMODULE_PROP("author", cpyright) \
MMODULE_END_IMPLEMENT(cname##Factory) \
- MModule *cname##Factory::Init(int version_major, int version_minor, \
- int version_release, MInterface *minterface, \
- int *errorCode) \
+ MModule *cname##Factory::Init(int /* version_major */, \
+ int /* version_minor */, \
+ int /* version_release */, \
+ MInterface * /* minterface */, \
+ int * /* errorCode */) \
{ \
return new cname##Factory(); \
Index: PGPClickInfo.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/PGPClickInfo.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -2 -r1.6 -r1.7
--- PGPClickInfo.h 16 Feb 2003 14:02:45 -0000 1.6
+++ PGPClickInfo.h 22 Jul 2003 22:01:38 -0000 1.7
@@ -76,4 +76,7 @@
// the log output (we own this object and will delete it)
MCryptoEngineOutputLog *m_log;
+
+
+ DECLARE_NO_COPY_CLASS(ClickablePGPInfo)
};
@@ -99,4 +102,6 @@
return s;
}
+
+ DECLARE_NO_COPY_CLASS(PGPSignatureInfo)
};
@@ -114,4 +119,7 @@
_T("pgpsig_good"),
*wxGREEN) { }
+
+private:
+ DECLARE_NO_COPY_CLASS(PGPInfoGoodSig)
};
@@ -125,4 +133,7 @@
_T("pgpsig_exp"),
wxColour(0, 255, 255)) { }
+
+private:
+ DECLARE_NO_COPY_CLASS(PGPInfoExpiredSig)
};
@@ -136,4 +147,7 @@
_T("pgpsig_untrust"),
wxColour(255, 128, 0)) { }
+
+private:
+ DECLARE_NO_COPY_CLASS(PGPInfoUntrustedSig)
};
@@ -147,4 +161,7 @@
_T("pgpsig_bad"),
*wxRED) { }
+
+private:
+ DECLARE_NO_COPY_CLASS(PGPInfoBadSig)
};
@@ -159,4 +176,7 @@
_T("pgpsig_bad"),
wxColour(145, 145, 145)) { }
+
+private:
+ DECLARE_NO_COPY_CLASS(PGPInfoKeyNotFoundSig)
};
@@ -169,4 +189,7 @@
_T("pgpmsg_ok"),
*wxGREEN) { }
+
+private:
+ DECLARE_NO_COPY_CLASS(PGPInfoGoodMsg)
};
@@ -179,4 +202,7 @@
_T("pgpmsg_bad"),
*wxRED) { }
+
+private:
+ DECLARE_NO_COPY_CLASS(PGPInfoBadMsg)
};
Index: ViewFilter.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/ViewFilter.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -u -2 -r1.5 -r1.6
--- ViewFilter.h 30 Dec 2002 00:40:53 -0000 1.5
+++ ViewFilter.h 22 Jul 2003 22:01:38 -0000 1.6
@@ -185,7 +185,9 @@
MMODULE_PROP("author", cpyright) \
MMODULE_END_IMPLEMENT(cname##Factory) \
- MModule *cname##Factory::Init(int version_major, int version_minor, \
- int version_release, MInterface *minterface, \
- int *errorCode) \
+ MModule *cname##Factory::Init(int /* version_major */, \
+ int /* version_minor */, \
+ int /* version_release */, \
+ MInterface * /* minterface */, \
+ int * /* errorCode */) \
{ \
return new cname##Factory(); \
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates