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

Modified Files:
        ConfigSource.h 
Log Message:
fixed folder renaming (bug 875)

Index: ConfigSource.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/ConfigSource.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -u -2 -r1.9 -r1.10
--- ConfigSource.h      4 Oct 2003 14:52:37 -0000       1.9
+++ ConfigSource.h      9 Jul 2004 13:16:46 -0000       1.10
@@ -302,6 +302,10 @@
       it right now and second because doing it is already possible using
       CopyEntry() and DeleteEntry().
+
+      @param pathOld the full path to an existing group
+      @param nameNew the new name of the group (path remains the same)
+      @return true if ok, false on failure
     */
-   virtual bool RenameGroup(const String& nameOld, const String& nameNew) = 0;
+   virtual bool RenameGroup(const String& pathOld, const String& nameNew) = 0;
 
    //@}
@@ -394,5 +398,5 @@
                           const String& nameDst,
                           ConfigSource *configDst);
-   virtual bool RenameGroup(const String& nameOld, const String& nameNew);
+   virtual bool RenameGroup(const String& pathOld, const String& nameNew);
 
    // for internal use by ProfileImpl only, don't use elsewhere



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to