Update of /cvsroot/mahogany/M/src/modules/crypt
In directory sc8-pr-cvs1:/tmp/cvs-serv21540/src/modules/crypt
Modified Files:
PGPEngine.cpp
Log Message:
fixes for VC++ 6 warnings not disabled any more in wx/defs.h
Index: PGPEngine.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/crypt/PGPEngine.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -b -u -2 -r1.25 -r1.26
--- PGPEngine.cpp 16 Jul 2003 17:03:34 -0000 1.25
+++ PGPEngine.cpp 22 Jul 2003 22:01:42 -0000 1.26
@@ -449,4 +449,6 @@
private:
bool m_done;
+
+ DECLARE_NO_COPY_CLASS(PGPProcess)
};
@@ -877,9 +879,9 @@
PGPEngine::Status
-PGPEngine::Encrypt(const String& recipient,
- const String& messageIn,
- String &messageOut,
- const String& user,
- MCryptoEngineOutputLog *log)
+PGPEngine::Encrypt(const String& /* recipient */,
+ const String& /* messageIn */,
+ String & /* messageOut */,
+ const String& /* user */,
+ MCryptoEngineOutputLog * /* log */)
{
FAIL_MSG( _T("TODO") );
@@ -893,8 +895,8 @@
PGPEngine::Status
-PGPEngine::Sign(const String& user,
- const String& messageIn,
- String& messageOut,
- MCryptoEngineOutputLog *log)
+PGPEngine::Sign(const String& /* user */,
+ const String& /* messageIn */,
+ String& /* messageOut */,
+ MCryptoEngineOutputLog * /* log */)
{
FAIL_MSG( _T("TODO") );
-------------------------------------------------------
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