Salome HOME
Issue #862: new implementation of operations abort on save
[modules/shaper.git] / src / NewGeom / NewGeom_OCCSelector.cpp
index b7442acb4db0313022038861612b2e417f9d2b64..2331662bf97a3bcfa267859495d68f5b9922a26c 100644 (file)
@@ -1,8 +1,9 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 #include "NewGeom_OCCSelector.h"
 
-NewGeom_OCCSelector::NewGeom_OCCSelector( OCCViewer_Viewer* theViewer, 
-                                         SUIT_SelectionMgr* theMgr)
-: LightApp_OCCSelector(theViewer, theMgr)
+NewGeom_OCCSelector::NewGeom_OCCSelector(OCCViewer_Viewer* theViewer, SUIT_SelectionMgr* theMgr)
+    : LightApp_OCCSelector(theViewer, theMgr)
 {
 }
 
@@ -10,14 +11,14 @@ NewGeom_OCCSelector::~NewGeom_OCCSelector()
 {
 }
 
-void NewGeom_OCCSelector::getSelection( SUIT_DataOwnerPtrList& thePtrList ) const
+void NewGeom_OCCSelector::getSelection(SUIT_DataOwnerPtrList& thePtrList) const
 {
   OCCViewer_Viewer* vw = viewer();
   if (!vw)
     return;
 }
 
-void NewGeom_OCCSelector::setSelection( const SUIT_DataOwnerPtrList& thePtrList )
+void NewGeom_OCCSelector::setSelection(const SUIT_DataOwnerPtrList& thePtrList)
 {
   OCCViewer_Viewer* vw = viewer();
   if (!vw)