Update of /cvsroot/mahogany/M/src/Python
In directory sc8-pr-cvs1:/tmp/cvs-serv32228

Modified Files:
        MailFolder.i MAppBase.i Message.i MObject.i MProfile.i 
        MString.i swiglib.i 
Log Message:
New SWIG doesn't like %nodefaults

Index: MailFolder.i
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/MailFolder.i,v
retrieving revision 1.36
retrieving revision 1.37
diff -b -u -2 -r1.36 -r1.37
--- MailFolder.i        27 Sep 2003 15:20:21 -0000      1.36
+++ MailFolder.i        16 Oct 2003 01:10:06 -0000      1.37
@@ -7,5 +7,6 @@
  *******************************************************************/
 
-%nodefault
+// %nodefault
+
 %module MailFolder
 
@@ -34,5 +35,5 @@
 
 /**
-   MailFolder base class, represents anything containig mails.
+   MailFolder base class, represents anything containing mails.
 
    This class defines the interface for all MailFolder classes. It can
@@ -112,5 +113,5 @@
    static MailFolder * OpenFolder(const class MFolder *mfolder);
 
-   /** Phyically deletes this folder.
+   /** Physically deletes this folder.
        @return true on success
    */
@@ -133,10 +134,10 @@
 
    /** Checks if it is OK to exit the application now.
-       @param which Will either be set to empty or a '\n' delimited
+       @param which will either be set to empty or a '\n' delimited
        list of folders which are in critical sections.
    */
    static bool CanExit(String *which);
 
-   /** Utiltiy function to get a textual representation of a message
+   /** Utility function to get a textual representation of a message
        status.
        @param message status

Index: MAppBase.i
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/MAppBase.i,v
retrieving revision 1.24
retrieving revision 1.25
diff -b -u -2 -r1.24 -r1.25
--- MAppBase.i  27 Sep 2003 15:20:21 -0000      1.24
+++ MAppBase.i  16 Oct 2003 01:10:07 -0000      1.25
@@ -6,5 +6,7 @@
  * $Id$
  *******************************************************************/
-%nodefault
+
+// %nodefault
+
 %module   MAppBase
 %{

Index: Message.i
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/Message.i,v
retrieving revision 1.21
retrieving revision 1.22
diff -b -u -2 -r1.21 -r1.22
--- Message.i   27 Sep 2003 15:20:21 -0000      1.21
+++ Message.i   16 Oct 2003 01:10:07 -0000      1.22
@@ -7,5 +7,6 @@
  *******************************************************************/
 
-%nodefault
+// %nodefault
+
 %module Message
 

Index: MObject.i
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/MObject.i,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -u -2 -r1.7 -r1.8
--- MObject.i   23 Oct 2001 20:27:37 -0000      1.7
+++ MObject.i   16 Oct 2003 01:10:07 -0000      1.8
@@ -12,5 +12,7 @@
 // Licence:     M license
 ///////////////////////////////////////////////////////////////////////////////
-%nodefault
+
+// %nodefault
+
 %module   MObject
 %{

Index: MProfile.i
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/MProfile.i,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -2 -r1.6 -r1.7
--- MProfile.i  23 Oct 2001 20:27:37 -0000      1.6
+++ MProfile.i  16 Oct 2003 01:10:07 -0000      1.7
@@ -6,4 +6,5 @@
  * $Id$                                                             *
  *******************************************************************/
+
 %module MProfile
 

Index: MString.i
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/MString.i,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -u -2 -r1.4 -r1.5
--- MString.i   7 Mar 2001 23:23:26 -0000       1.4
+++ MString.i   16 Oct 2003 01:10:08 -0000      1.5
@@ -10,4 +10,5 @@
 // case-insensitive file system (Windows...) because of standard Python
 // module string.
+
 %module        MString
 %{

Index: swiglib.i
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/swiglib.i,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -u -2 -r1.1 -r1.2
--- swiglib.i   30 Sep 1998 09:08:31 -0000      1.1
+++ swiglib.i   16 Oct 2003 01:10:08 -0000      1.2
@@ -9,4 +9,5 @@
 // Licence:     M license
 ///////////////////////////////////////////////////////////////////////////////
+
 %module   swiglib
 %{



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to