mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renamed base class RimCase to RimEclipseCase
To make room for a RimCase base class that can be used as base class for RimGeoMechCase as well. This commit is only the class rename not the file rename.
This commit is contained in:
@@ -31,7 +31,7 @@ class QTcpSocket;
|
||||
class QNetworkSession;
|
||||
class QErrorMessage;
|
||||
class QTimer;
|
||||
class RimCase;
|
||||
class RimEclipseCase;
|
||||
class RiaSocketCommand;
|
||||
|
||||
namespace riOctavePlugin
|
||||
@@ -51,7 +51,7 @@ public:
|
||||
~RiaSocketServer();
|
||||
|
||||
unsigned short serverPort();
|
||||
RimCase* findReservoir(int caseId);
|
||||
RimEclipseCase* findReservoir(int caseId);
|
||||
QErrorMessage* errorMessageDialog() { return m_errorMessageDialog; }
|
||||
QTcpSocket* currentClient() { return m_currentClient; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user