~ubuntu-branches/ubuntu/quantal/libkexiv2/quantal

« back to all changes in this revision

Viewing changes to libkexiv2/kexiv2gps.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-05-26 14:27:02 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20120526142702-duh6ecr459d92ni9
Tags: 4:4.8.80-0ubuntu1
* New upstream beta release
  - replace libkexiv2-10 with libkexiv2-11 for new ABI version
  - refresh libkexiv2-11.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * @date   2006-09-15
8
8
 * @brief  GPS manipulation methods
9
9
 *
10
 
 * @author Copyright (C) 2006-2011 by Gilles Caulier
 
10
 * @author Copyright (C) 2006-2012 by Gilles Caulier
11
11
 *         <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a>
12
 
 * @author Copyright (C) 2006-2011 by Marcel Wiesweg
 
12
 * @author Copyright (C) 2006-2012 by Marcel Wiesweg
13
13
 *         <a href="mailto:marcel dot wiesweg at gmx dot de">marcel dot wiesweg at gmx dot de</a>
14
 
 * @author Copyright (C) 2010-2011 by Michael G. Hansen
 
14
 * @author Copyright (C) 2010-2012 by Michael G. Hansen
15
15
 *         <a href="mailto:mike at mghansen dot de">mike at mghansen dot de</a>
16
16
 *
17
17
 * This program is free software; you can redistribute it
30
30
#include "kexiv2.h"
31
31
#include "kexiv2_p.h"
32
32
 
33
 
// C++ includes.
 
33
// C++ includes
34
34
 
35
35
#include <climits>
36
36
#include <cmath>