Update of /cvsroot/mahogany/M/include/adb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20643/include/adb

Modified Files:
        AdbExport.h AdbImport.h AdbModule.h 
Log Message:
undid last commit and made AdbModule dtor inline instead; otherwise we get 
run-time dynamic linker error with ADB modules

Index: AdbExport.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/adb/AdbExport.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -u -2 -r1.7 -r1.8
--- AdbExport.h 12 Feb 2006 22:14:02 -0000      1.7
+++ AdbExport.h 12 Feb 2006 22:34:28 -0000      1.8
@@ -57,6 +57,4 @@
    // export one entry only
    virtual bool Export(const AdbEntry& entry, const String& dest) = 0;
-
-   virtual ~AdbExporter() = 0;
 };
 

Index: AdbImport.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/adb/AdbImport.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -u -2 -r1.13 -r1.14
--- AdbImport.h 12 Feb 2006 22:14:02 -0000      1.13
+++ AdbImport.h 12 Feb 2006 22:34:28 -0000      1.14
@@ -99,6 +99,4 @@
                             size_t index,
                             AdbEntry *entry) = 0;
-
-   virtual ~AdbImporter() = 0;
 };
 

Index: AdbModule.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/adb/AdbModule.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -u -2 -r1.11 -r1.12
--- AdbModule.h 12 Feb 2006 22:14:02 -0000      1.11
+++ AdbModule.h 12 Feb 2006 22:34:28 -0000      1.12
@@ -95,5 +95,5 @@
    virtual const wxChar *GetDescription() const = 0;
 
-   virtual ~AdbModule() = 0;
+   virtual ~AdbModule() { }
 
 private:



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to