]> SALOME platform Git repositories - modules/gui.git/blob - src/CAF/CAF_Operation.cxx
Salome HOME
f5a1e51cc95e6310211c5e2e7e67284554aca34f
[modules/gui.git] / src / CAF / CAF_Operation.cxx
1 #include "CAF_Operation.h"
2
3 #include "CAF_Study.h"
4 #include "CAF_Application.h"
5
6 //////////////////////////////////////////////////////////////////////
7 // Construction/Destruction
8 //////////////////////////////////////////////////////////////////////
9
10 CAF_Operation::CAF_Operation(SUIT_Application* theApp)
11 :SUIT_Operation(theApp)
12 {
13 }
14
15 CAF_Operation::~CAF_Operation()
16 {
17 }