Salome HOME
updated copyright message
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_Dump.h
index 1fa72d984f6d424617b7c59d817666aa334374a9..28157c701df3f2d5cefd0b62d3d74a49ec2cce47 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -38,6 +38,12 @@ public:
     static const std::string MY_DUMP_ID("Dump");
     return MY_DUMP_ID;
   }
+  /// attribute name of true dumping directory
+  inline static const std::string& DUMP_DIR_ID()
+  {
+    static const std::string MY_DUMP_DIR_ID("dump_dir");
+    return MY_DUMP_DIR_ID;
+  }
   /// attribute name of file path
   inline static const std::string& FILE_PATH_ID()
   {