X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FNewGeom%2FNewGeom_OCCSelector.h;h=e086444f00aaae86b1f79ca567a6b3f096bff860;hb=60e95a5502a6940c6c27ce5d561b3c684b0b0a4f;hp=ae6b1cbea85f04427d555c24f45def878c4f624d;hpb=ab453e930becb984af924565b2bf477628b91be0;p=modules%2Fshaper.git diff --git a/src/NewGeom/NewGeom_OCCSelector.h b/src/NewGeom/NewGeom_OCCSelector.h index ae6b1cbea..e086444f0 100644 --- a/src/NewGeom/NewGeom_OCCSelector.h +++ b/src/NewGeom/NewGeom_OCCSelector.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + #ifndef NewGeom_OCCSelector_H #define NewGeom_OCCSelector_H @@ -7,13 +9,13 @@ class NewGeom_EXPORT NewGeom_OCCSelector : public LightApp_OCCSelector { -public: - NewGeom_OCCSelector( OCCViewer_Viewer* theViewer, SUIT_SelectionMgr* theMgr ); + public: + NewGeom_OCCSelector(OCCViewer_Viewer* theViewer, SUIT_SelectionMgr* theMgr); virtual ~NewGeom_OCCSelector(); -protected: - virtual void getSelection( SUIT_DataOwnerPtrList& theList ) const; - virtual void setSelection( const SUIT_DataOwnerPtrList& theList ); + protected: + virtual void getSelection(SUIT_DataOwnerPtrList& theList) const; + virtual void setSelection(const SUIT_DataOwnerPtrList& theList); }; -#endif \ No newline at end of file +#endif