Salome HOME
Issue #608: Usage of OCCT in interface -- Remove OCCT from *Import interfaces
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Tools.h
index 2f1e0eb9291432c8f08c2578f45a667fe122d230..3524e188e933547ac7db8acb7e060287c1a23702 100644 (file)
@@ -1,9 +1,8 @@
-/*
- * GeomAlgoAPI_Tools.h
- *
- *  Created on: May 18, 2015
- *      Author: spo
- */
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
+// File:    GeomAlgoAPI_Tools.h
+// Created: May 18, 2015
+// Author:  Sergey POKHODENKO
 
 #ifndef GEOMALGOAPI_TOOLS_H_
 #define GEOMALGOAPI_TOOLS_H_
@@ -23,6 +22,18 @@ private:
   std::string myCurLocale;
 };
 
+class File_Tools {
+public:
+  /**
+   * Returns an extension of theFileName
+   */
+  static std::string extension(const std::string& theFileName);
+  /**
+   * Returns a name of theFileName
+   */
+  static std::string name(const std::string& theFileName);
+};
+
 } // GeomAlgoAPI_Tools
 
 #endif /* GEOMALGOAPI_TOOLS_H_ */