Commit d7b8364e authored by Jeannie Backer's avatar Jeannie Backer
Browse files

PROG: Brought FileName class closer to coding standards. This change merged from IPCE branch.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6464 41f8697f-d340-4b68-9986-7bafba869bb8
parent 4fb91078
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
#ifndef FileName_h
#define FileName_h
/**
 * @file
 * $Revision: 1.3 $
@@ -20,10 +22,7 @@
 *   http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on
 *   http://www.usgs.gov/privacy.html.
 */
#ifndef FileName_H
#define FileName_H

#include <string>
#include <QSharedData>

class QDate;
@@ -105,6 +104,7 @@ namespace Isis {
   *                           unpredictable (safe) names.
   *   @history 2012-06-04 Steven Lambright and Stuart Sides - Added operator!= and improved unit
   *                           test to include tests of operator== and operator!=. Fixes #903.
   *   @history 2014-07-23 Jeannie Backer - Removed include for std::string.
   */
  class FileName {
    public: