Moved socket commands into files grouped by case info, geometry, project info and property data

p4#: 21712
This commit is contained in:
Magne Sjaastad
2013-05-24 11:07:59 +02:00
parent d9750b2dd4
commit 7ba9cef84b
9 changed files with 1190 additions and 963 deletions

View File

@@ -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);