[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:35:57 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=b872626

The following commit has been merged in the master branch:
commit b872626b2f58c95a375475154bec914573d61158
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Tue Jan 27 04:27:22 2004 +0000

    Minor change (cleanup)
---
 src/exifprint.hpp | 49 ++++++++++++++++++++++++-------------------------
 1 file changed, 24 insertions(+), 25 deletions(-)

diff --git a/src/exifprint.hpp b/src/exifprint.hpp
index f78abc3..c68e8b6 100644
--- a/src/exifprint.hpp
+++ b/src/exifprint.hpp
@@ -21,7 +21,7 @@
 /*!
   @file    exifprint.hpp
   @brief   Utility to print Exif data of input files to standard out
-  @version $Name:  $ $Revision: 1.1 $
+  @version $Name:  $ $Revision: 1.2 $
   @author  Andreas Huggel (ahu)
            <a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
   @date    26-Jan-04, ahu: created
@@ -92,30 +92,6 @@ public:
     */
     static Params& instance();
 
-    bool help_;                         //!< Help option flag.
-    bool version_;                      //!< Version option flag.
-
-    //! Container to store filenames.
-    typedef std::vector<std::string> Files;
-
-    Files files_;                       //!< List of non-option arguments.
-
-private:
-    /*!
-      @brief Default constructor. Note that optstring_ is initialized here.
-             Private to force instantiation through instance().
-     */
-    Params() : optstring_(":hv"),
-               help_(false), 
-               version_(false) {}
-
-    //! Prevent copy-construction: not implemented.
-    Params(const Params& rhs);
-
-    //! Pointer to the global Params object.
-    static Params* instance_;
-
-public:
     /*!
       @brief Call Getopt::getopt() with optstring, perform consistency
              checks after all command line arguments are parsed.
@@ -141,6 +117,29 @@ public:
 
     //! Print version information to an output stream.
     void version(std::ostream& os =std::cout) const;
+
+    //! Container to store filenames.
+    typedef std::vector<std::string> Files;
+
+    //! List of non-option arguments.
+    Files files_; 
+
+    bool help_;                         //!< Help option flag.
+    bool version_;                      //!< Version option flag.
+
+private:
+    /*!
+      @brief Default constructor. Note that optstring_ is initialized here.
+             Private to force instantiation through instance().
+     */
+    Params() : optstring_(":hv"),
+               help_(false), 
+               version_(false) {}
+    //! Prevent copy-construction: not implemented.
+    Params(const Params& rhs);
+    //! Pointer to the global Params object.
+    static Params* instance_;
+
 };
 
 #endif                                  // #ifndef EXIFPRINT_HPP_

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list