moss-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Moss-devel] CVS: moss/colpatik/src/modules/filter Filter.cxx,1.4,1.5 Ma


From: Manfred Morgner <address@hidden>
Subject: [Moss-devel] CVS: moss/colpatik/src/modules/filter Filter.cxx,1.4,1.5 Makefile.am,1.2,1.3
Date: Wed, 30 Oct 2002 18:35:55 -0500

Update of /cvsroot/moss//moss/colpatik/src/modules/filter
In directory subversions:/tmp/cvs-serv4779/src/modules/filter

Modified Files:
        Filter.cxx Makefile.am 
Log Message:
Check under and back-port to Win32


Index: Filter.cxx
===================================================================
RCS file: /cvsroot/moss//moss/colpatik/src/modules/filter/Filter.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Filter.cxx  30 Oct 2002 01:48:48 -0000      1.4
--- Filter.cxx  30 Oct 2002 23:35:53 -0000      1.5
***************
*** 1,73 ****
! /***************************************************************************
!                               Filter.cxx
!                           -------------------
!     begin                : Thu Jun 12 2000
!     copyright            : (C) 1993..2000 by Manfred Morgner
!     email                : address@hidden
!  ***************************************************************************/
! 
! /***************************************************************************
!  *                                                                         *
!  *   This program is free software; you can redistribute it and/or modify  *
!  *   it under the terms of the GNU General Public License as published by  *
!  *   the Free Software Foundation; either version 2 of the License, or     *
!  *   (at your option) any later version.                                   *
!  *                                                                         *
!  *   This program 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 General Public License for more details.                          *
!  *                                                                         *
!  *   You should have received a copy of the GNU General Public License     *
!  *   along with this program; if not, write to the                         *
!  *                                                                         *
!  *   Free Software Foundation, Inc.,                                       *
!  *   59 Temple Place Suite 330,                                            *
!  *   Boston, MA  02111-1307, USA.                                          *
!  *                                                                         *
!  ***************************************************************************
!  *
!  *
!  *
!  ***************************************************************************/
! 
! 
! #include <string>
! 
! #include "modules/filter/Filter.h"
! 
! using namespace colpatik;
! 
! 
! long NullFilter(CEvent& roEvent)
!   {
!   return 0;
!   } // long NullFilter(CEvent& roEvent)
! 
! 
! 
! 
! CFilter::CFilter()
!   {
!   Initialize();
!   } // CFilter::CFilter()
! 
! CFilter::CFilter(const std::string& rsFilter)
!   {
!   Initialize();
!   } // CFilter::CFilter(const std::sring& rsFilter)
! 
! CFilter::~CFilter()
!   {
!   } // CFilter::~CFilter()
! 
! CEvent& CFilter::operator << (CEvent& roEvent)
!   {
!   return roEvent;
!   } // CEvent& CFilter::operator << (CEvent& roEvent)
! 
! void CFilter::Initialize()
!   {
!   m_fnCallback = 0;
!   } // void CFilter::Initialize()
! 
--- 1,66 ----
! /***************************************************************************
!                               Filter.cxx
!                           -------------------
!     begin                : Thu Jun 12 2000
!     copyright            : (C) 1993..2000 by Manfred Morgner
!     email                : address@hidden
!  ***************************************************************************/
! 
! /***************************************************************************
!  *                                                                         *
!  *   This program is free software; you can redistribute it and/or modify  *
!  *   it under the terms of the GNU General Public License as published by  *
!  *   the Free Software Foundation; either version 2 of the License, or     *
!  *   (at your option) any later version.                                   *
!  *                                                                         *
!  *   This program 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 General Public License for more details.                          *
!  *                                                                         *
!  *   You should have received a copy of the GNU General Public License     *
!  *   along with this program; if not, write to the                         *
!  *                                                                         *
!  *   Free Software Foundation, Inc.,                                       *
!  *   59 Temple Place Suite 330,                                            *
!  *   Boston, MA  02111-1307, USA.                                          *
!  *                                                                         *
!  ***************************************************************************
!  *
!  *
!  *
!  ***************************************************************************/
! 
! 
! #include <string>
! 
! #include "Filter.h"
! 
! 
! using namespace colpatik;
! 
! 
! CFilter::CFilter()
!   {
!   Initialize();
!   } // CFilter::CFilter()
! 
! CFilter::CFilter(const std::string& rsFilter)
!   {
!   Initialize();
!   } // CFilter::CFilter(const std::sring& rsFilter)
! 
! CFilter::~CFilter()
!   {
!   } // CFilter::~CFilter()
! 
! CEvent& CFilter::operator << (CEvent& roEvent)
!   {
!   return roEvent;
!   } // CEvent& CFilter::operator << (CEvent& roEvent)
! 
! void CFilter::Initialize()
!   {
!   m_fnCallback = 0;
!   } // void CFilter::Initialize()
! 

Index: Makefile.am
===================================================================
RCS file: /cvsroot/moss//moss/colpatik/src/modules/filter/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Makefile.am 30 Oct 2002 01:48:48 -0000      1.2
--- Makefile.am 30 Oct 2002 23:35:53 -0000      1.3
***************
*** 2,6 ****
  
  CXXFLAGS = -Wall -g -O2
! INCLUDES = -I../../../include -I$(includedir)
  CFLAGS   = -D_REENTRANT
  
--- 2,6 ----
  
  CXXFLAGS = -Wall -g -O2
! INCLUDES = -I../../../include/modules/filter -I../../../include/modules/input 
-I$(includedir)
  CFLAGS   = -D_REENTRANT
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]