Update of /cvsroot/mahogany/M/include/adb
In directory usw-pr-cvs1:/tmp/cvs-serv3800/include/adb

Modified Files:
        AdbEntry.h AdbModule.h 
Log Message:
more Unicode fixes

Index: AdbEntry.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/adb/AdbEntry.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -b -u -2 -r1.24 -r1.25
--- AdbEntry.h  27 Jun 2002 09:46:18 -0000      1.24
+++ AdbEntry.h  12 Sep 2002 02:36:48 -0000      1.25
@@ -173,5 +173,5 @@
   // other operations
     /// check whether we match the given string (see AdbLookup_xxx constants)
-  virtual int Matches(const char *str, int where, int how) const = 0;
+  virtual int Matches(const wxChar *str, int where, int how) const = 0;
     /// description of an item is the name and the address
 

Index: AdbModule.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/adb/AdbModule.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -2 -r1.6 -r1.7
--- AdbModule.h 15 Feb 2002 14:01:11 -0000      1.6
+++ AdbModule.h 12 Sep 2002 02:36:48 -0000      1.7
@@ -65,5 +65,5 @@
       AdbModule *CreateModule() const;
 
-      AdbModuleInfo(const char *name, const char *desc);
+      AdbModuleInfo(const wxChar *name, const wxChar *desc);
 #else // !USE_ADB_MODULES
       Constructor CreateModule;   // creator function



-------------------------------------------------------
In remembrance
www.osdn.com/911/
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to