Update of /cvsroot/mahogany/M/include/modules
In directory sc8-pr-cvs1:/tmp/cvs-serv581/include/modules

Modified Files:
        MCrypt.h 
Log Message:
1. Removed MessageViewer::InsertSignature(); added EndText()
2. ClickableInfo reorganization:
 a) ClickableInfo is not in a separate header and is now a base class
 b) instead of switch on type of ClickableInfo we now have
    ClickableAttachment and ClickableURL implementations of the base class


Index: MCrypt.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/modules/MCrypt.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -2 -r1.6 -r1.7
--- MCrypt.h    3 Dec 2002 02:52:08 -0000       1.6
+++ MCrypt.h    5 Dec 2002 19:47:30 -0000       1.7
@@ -17,4 +17,6 @@
 #include "MModule.h"
 
+class WXDLLEXPORT wxWindow;
+
 /**
    MCryptoEngine defines an abstract interface for all supported cryptographic
@@ -118,6 +120,4 @@
                                String& messageOut) = 0;
 
-   //@}
-
 #if 0
    virtual int CheckRecipient(const String & recipient) const = 0;
@@ -127,4 +127,17 @@
    virtual int GetPublicKey(String & pk) const = 0;
 #endif // 0
+   //@}
+
+   /** @name Other */
+   //@{
+
+   /**
+      Shows the engine configuration dialog.
+
+      @param window the parent window for the dialog we show
+    */
+   //virtual void Configure(wxWindow *parent) = 0;
+
+   //@}
 };
 



-------------------------------------------------------
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

Reply via email to