X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FNOTIFICATION_SWIG%2FNOTIFICATION.i;h=8b6ee24a0dbcd9f3e921187455257544da922674;hb=f7ae2e238891abf32f7830e024f10b09b2fa3c6e;hp=6145ba02319a4ff25825510594d13a7befa25c28;hpb=61d4fc88c862e718985aa6e9b1bf72f055553eee;p=modules%2Fkernel.git diff --git a/src/NOTIFICATION_SWIG/NOTIFICATION.i b/src/NOTIFICATION_SWIG/NOTIFICATION.i index 6145ba023..8b6ee24a0 100644 --- a/src/NOTIFICATION_SWIG/NOTIFICATION.i +++ b/src/NOTIFICATION_SWIG/NOTIFICATION.i @@ -1,15 +1,40 @@ -// File : NOTIFICATION.i -// Created : 10 Juin 2002 -// Author : Francis KLOSS -// Project : SALOME -// Module : Notification -// Copyright : Open CASCADE +// Copyright (C) 2007-2010 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 +// +// 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.i +// Author : Francis KLOSS +// Module : SALOME +// %module libNOTIFICATION +%feature("autodoc", "1"); + %{ +//#define __declspec(a) #include "NOTIFICATION_Swig.hxx" %} +%include SALOME_NOTIFICATION.hxx +%include SALOME_NOTIFICATION_SWIG.hxx %include NOTIFICATION.hxx %include NOTIFICATION_Swig.hxx