X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FNOTIFICATION_SWIG%2FNOTIFICATION_Swig.hxx;h=bccb7d7335ad7a5c18175241b691c6d6b154e034;hb=f191001deb29798193fe252df39a5b559dc1c393;hp=f2361808c029f47256dadd6d298abf869e56b1db;hpb=1f742af859d50d34c63f9dc02f9a705089bf060e;p=modules%2Fkernel.git diff --git a/src/NOTIFICATION_SWIG/NOTIFICATION_Swig.hxx b/src/NOTIFICATION_SWIG/NOTIFICATION_Swig.hxx index f2361808c..bccb7d733 100644 --- a/src/NOTIFICATION_SWIG/NOTIFICATION_Swig.hxx +++ b/src/NOTIFICATION_SWIG/NOTIFICATION_Swig.hxx @@ -1,34 +1,37 @@ -// SALOME NOTIFICATION_SWIG : wrapping of Notification sevices in order to be available in Python +// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE +// +// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS // -// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -// -// This library is free software; you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public -// License as published by the Free Software Foundation; either -// version 2.1 of the License. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License. // +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// + +// SALOME NOTIFICATION_SWIG : wrapping of Notification sevices in order to be available in Python // File : NOTIFICATION_Swig.hxx // Author : Francis KLOSS // Module : SALOME +// +#ifndef _NOTIFICATION_SWIG_HXX_ +#define _NOTIFICATION_SWIG_HXX_ -using namespace std; #include "NOTIFICATION.hxx" +#include "SALOME_NOTIFICATION_SWIG.hxx" -class NOTIFICATION_Supplier_Swig { +class NOTIFICATION_SWIG_EXPORT NOTIFICATION_Supplier_Swig { public: NOTIFICATION_Supplier_Swig(const char* instanceName, bool notif); ~NOTIFICATION_Supplier_Swig(); @@ -38,7 +41,7 @@ class NOTIFICATION_Supplier_Swig { NOTIFICATION_Supplier* _supplier; }; -class NOTIFICATION_Consumer_Swig { +class NOTIFICATION_SWIG_EXPORT NOTIFICATION_Consumer_Swig { public: NOTIFICATION_Consumer_Swig(); ~NOTIFICATION_Consumer_Swig(); @@ -47,3 +50,5 @@ class NOTIFICATION_Consumer_Swig { private: NOTIFICATION_Consumer* _consumer; }; + +#endif