Skip to content

Commit 40c0d60

Browse files
committed
[arcane,core,impl] Add forgotten 'ARCANE_IMPL_EXPORT' and '#ifndef ...'
1 parent 3ff1242 commit 40c0d60

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

arcane/src/arcane/core/MeshTimeHistoryAdder.h

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
/* */
1010
/* Classe permettant d'ajouter un historique de valeur lié à un maillage. */
1111
/*---------------------------------------------------------------------------*/
12+
#ifndef ARCANE_CORE_MESHTIMEHISTORYADDER_H
13+
#define ARCANE_CORE_MESHTIMEHISTORYADDER_H
14+
/*---------------------------------------------------------------------------*/
1215
/*---------------------------------------------------------------------------*/
1316

1417
#include "arcane/core/ITimeHistoryAdder.h"
@@ -45,3 +48,5 @@ class ARCANE_CORE_EXPORT MeshTimeHistoryAdder
4548

4649
/*---------------------------------------------------------------------------*/
4750
/*---------------------------------------------------------------------------*/
51+
52+
#endif

arcane/src/arcane/impl/internal/TimeHistoryMngInternal.h

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
/* */
1010
/* Classe interne gérant un historique de valeurs. */
1111
/*---------------------------------------------------------------------------*/
12+
#ifndef ARCANE_IMPL_INTERNAL_TIMEHISTORYMNGINTERNAL_H
13+
#define ARCANE_IMPL_INTERNAL_TIMEHISTORYMNGINTERNAL_H
14+
/*---------------------------------------------------------------------------*/
1215
/*---------------------------------------------------------------------------*/
1316

1417
#include "arcane/utils/Iostream.h"
@@ -301,7 +304,7 @@ class TimeHistoryValueT
301304
/*---------------------------------------------------------------------------*/
302305
/*---------------------------------------------------------------------------*/
303306

304-
class TimeHistoryMngInternal
307+
class ARCANE_IMPL_EXPORT TimeHistoryMngInternal
305308
: public ITimeHistoryMngInternal
306309
{
307310
public:
@@ -422,3 +425,5 @@ class TimeHistoryMngInternal
422425

423426
/*---------------------------------------------------------------------------*/
424427
/*---------------------------------------------------------------------------*/
428+
429+
#endif

0 commit comments

Comments
 (0)