File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 9
9
/* */
10
10
/* Classe permettant d'ajouter un historique de valeur lié à un maillage. */
11
11
/* ---------------------------------------------------------------------------*/
12
+ #ifndef ARCANE_CORE_MESHTIMEHISTORYADDER_H
13
+ #define ARCANE_CORE_MESHTIMEHISTORYADDER_H
14
+ /* ---------------------------------------------------------------------------*/
12
15
/* ---------------------------------------------------------------------------*/
13
16
14
17
#include " arcane/core/ITimeHistoryAdder.h"
@@ -45,3 +48,5 @@ class ARCANE_CORE_EXPORT MeshTimeHistoryAdder
45
48
46
49
/* ---------------------------------------------------------------------------*/
47
50
/* ---------------------------------------------------------------------------*/
51
+
52
+ #endif
Original file line number Diff line number Diff line change 9
9
/* */
10
10
/* Classe interne gérant un historique de valeurs. */
11
11
/* ---------------------------------------------------------------------------*/
12
+ #ifndef ARCANE_IMPL_INTERNAL_TIMEHISTORYMNGINTERNAL_H
13
+ #define ARCANE_IMPL_INTERNAL_TIMEHISTORYMNGINTERNAL_H
14
+ /* ---------------------------------------------------------------------------*/
12
15
/* ---------------------------------------------------------------------------*/
13
16
14
17
#include " arcane/utils/Iostream.h"
@@ -301,7 +304,7 @@ class TimeHistoryValueT
301
304
/* ---------------------------------------------------------------------------*/
302
305
/* ---------------------------------------------------------------------------*/
303
306
304
- class TimeHistoryMngInternal
307
+ class ARCANE_IMPL_EXPORT TimeHistoryMngInternal
305
308
: public ITimeHistoryMngInternal
306
309
{
307
310
public:
@@ -422,3 +425,5 @@ class TimeHistoryMngInternal
422
425
423
426
/* ---------------------------------------------------------------------------*/
424
427
/* ---------------------------------------------------------------------------*/
428
+
429
+ #endif
You can’t perform that action at this time.
0 commit comments