Salome HOME
cabc64c79b5868272fbacd7eddc992aa5b33360a
[modules/shaper.git] / src / ModuleBase / ModuleBase_OperationAction.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 /*
4  * ModuleBase_OperationAction.cpp
5  *
6  *  Created on: Apr 2, 2014
7  *      Author: sbh
8  */
9
10 #include "ModuleBase_OperationAction.h"
11
12 ModuleBase_OperationAction::ModuleBase_OperationAction(const QString& theId, QObject* theParent)
13  : ModuleBase_Operation(theId, theParent)
14 {
15 }
16
17 ModuleBase_OperationAction::~ModuleBase_OperationAction()
18 {
19 }