[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevelop/lib/plugins/vcs/interfaces
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2007-05-30 21:12:22
Message-ID: 1180559542.766075.11651.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 669939 by apaku:

remove VcsDiff prefix from the enums

 M  +4 -4      vcshelpers.h  


--- trunk/KDE/kdevelop/lib/plugins/vcs/interfaces/vcshelpers.h #669938:669939
@@ -320,14 +320,14 @@
      * request for DiffUnified may not be honored, e.g. if the items being diffed are
      * binary rather than text.
      */
-    enum VcsDiffType
+    enum Type
     {
         DiffRaw         /**<Request complete copies of both items.*/,
         DiffUnified     /**<Request copy of first item with diff.*/,
         DiffDontCare    /**<Don't care; plugin will return whichever is easiest.*/,
     };
 
-    enum VcsDiffContent
+    enum Content
     {
         Binary          /** Binary diff, using the full content of both files.*/,
         Text            /** Textual diff.*/,
@@ -336,12 +336,12 @@
     /**
      * @returns the type of diff, i.e. raw or unified
      */
-    VcsDiffType type() const;
+    Type type() const;
 
     /**
      * @returns the content type, i.e. binary or text
      */
-    VcsDiffContent contentType() const;
+    Content contentType() const;
 
     /**
      * @returns the binary content of the first file of the difference or
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic