mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Moved socket commands into files grouped by case info, geometry, project info and property data
p4#: 21712
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
/// Socket commands, to be moved into a separate file
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
class RiaSocketServer;
|
||||
|
||||
class RiaSocketCommand
|
||||
{
|
||||
public:
|
||||
@@ -34,5 +36,4 @@ public:
|
||||
#include "cafFactory.h"
|
||||
typedef caf::Factory<RiaSocketCommand, QString> RiaSocketCommandFactory;
|
||||
|
||||
void getCaseInfoFromCase(RimCase* rimCase, qint64& caseId, QString& caseName, QString& caseType, qint64& caseGroupId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user