mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added missing #pragma once
This commit is contained in:
parent
3585ad020b
commit
eef40fdeaa
@ -16,6 +16,8 @@
|
|||||||
//
|
//
|
||||||
/////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
class RicfCommandObject;
|
class RicfCommandObject;
|
||||||
class QTextStream;
|
class QTextStream;
|
||||||
|
|
||||||
@ -39,6 +41,7 @@ public:
|
|||||||
static std::vector<RicfCommandObject*> readCommands(QTextStream& inputStream,
|
static std::vector<RicfCommandObject*> readCommands(QTextStream& inputStream,
|
||||||
caf::PdmObjectFactory* objectFactory,
|
caf::PdmObjectFactory* objectFactory,
|
||||||
RicfMessages* errorMessageContainer);
|
RicfMessages* errorMessageContainer);
|
||||||
|
|
||||||
static void writeCommands(QTextStream& outputStream,
|
static void writeCommands(QTextStream& outputStream,
|
||||||
const std::vector<RicfCommandObject*>& commandsToWrite);
|
const std::vector<RicfCommandObject*>& commandsToWrite);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user