[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:59 UTC 2017


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

The following commit has been merged in the master branch:
commit b77f2f67fd51081480307f464815f7fbe514491f
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu Feb 5 03:46:03 2004 +0000

    Moved toString template to tags.cpp
---
 src/exiftest.cpp | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/src/exiftest.cpp b/src/exiftest.cpp
index d5eb1ff..5bd435a 100644
--- a/src/exiftest.cpp
+++ b/src/exiftest.cpp
@@ -3,11 +3,11 @@
   Abstract : This is playground code, do what you want with it.
 
   Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
-  Version  : $Name:  $ $Revision: 1.12 $
+  Version  : $Name:  $ $Revision: 1.13 $
  */
 // *****************************************************************************
 #include "rcsid.hpp"
-EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.12 $ $RCSfile: exiftest.cpp,v $")
+EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.13 $ $RCSfile: exiftest.cpp,v $")
 
 // *****************************************************************************
 // included header files
@@ -22,8 +22,6 @@ EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.12 $ $RCSfile: exiftest.cpp,v $")
 using namespace Exif;
 
 void exifPrint(const ExifData& exifData);
-template<typename T> 
-std::string toString(T arg);
 
 // *****************************************************************************
 // Main
@@ -113,11 +111,3 @@ void exifPrint(const ExifData& exifData)
                   << "
";
     }
 }
-
-template<typename T> 
-std::string toString(T arg)
-{
-    std::ostringstream os;
-    os << arg;
-    return os.str();
-}

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list