[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paragui-cvs] CVS: paragui/src/core pgsigconvert.cpp,NONE,1.1.2.1 Makefi
From: |
Alexander Pipelka <address@hidden> |
Subject: |
[paragui-cvs] CVS: paragui/src/core pgsigconvert.cpp,NONE,1.1.2.1 Makefile.am,1.4.2.5,1.4.2.6 |
Date: |
Fri, 01 Nov 2002 06:57:30 -0500 |
Update of /cvsroot/paragui/paragui/src/core
In directory subversions:/tmp/cvs-serv778/src/core
Modified Files:
Tag: devel-opengl
Makefile.am
Added Files:
Tag: devel-opengl
pgsigconvert.cpp
Log Message:
removed libSigcX
--- NEW FILE ---
// -*- c++ -*-
/*
Copyright 2000, Karl Einar Nelson
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 of the License, or (at your option) any later version.
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
*/
#include "sigcx/convert.h"
#ifdef SIGC_CXX_NAMESPACES
namespace SigCX
{
#endif
AdaptorConvertSlotNode::~AdaptorConvertSlotNode()
{}
AdaptorConvertSlotNode::AdaptorConvertSlotNode(SigC::FuncPtr proxy,
const SigC::Node& s,
SigC::FuncPtr convert_func)
: AdaptorSlotNode(proxy,s), convert_func_(convert_func)
{}
#ifdef SIGC_CXX_NAMESPACES
}
#endif
Index: Makefile.am
===================================================================
RCS file: /cvsroot/paragui/paragui/src/core/Makefile.am,v
retrieving revision 1.4.2.5
retrieving revision 1.4.2.6
diff -C2 -r1.4.2.5 -r1.4.2.6
*** Makefile.am 31 Oct 2002 10:38:03 -0000 1.4.2.5
--- Makefile.am 1 Nov 2002 11:57:26 -0000 1.4.2.6
***************
*** 19,23 ****
pgdriver.cpp \
sdlloadso.c \
! pgattrib.cpp
libpgcore_la_LIBADD =
--- 19,24 ----
pgdriver.cpp \
sdlloadso.c \
! pgattrib.cpp \
! pgsigconvert.cpp
libpgcore_la_LIBADD =
***************
*** 29,33 ****
INCLUDES = \
$(SIGC_CFLAGS) \
- $(SIGCX_CFLAGS) \
$(SDL_CFLAGS) \
$(PHYSFS_INCLUDE) \
--- 30,33 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/src/core pgsigconvert.cpp,NONE,1.1.2.1 Makefile.am,1.4.2.5,1.4.2.6,
Alexander Pipelka <address@hidden> <=
- Prev by Date:
[paragui-cvs] CVS: paragui paragui.dev,NONE,1.1.2.1
- Next by Date:
[paragui-cvs] CVS: paragui/bindings/ruby Makefile.am,NONE,1.1.2.1 TODO,NONE,1.1.2.1 interface.i,NONE,1.1.2.1 swigcommon.h,NONE,1.1.2.1
- Previous by thread:
[paragui-cvs] CVS: paragui paragui.dev,NONE,1.1.2.1
- Next by thread:
[paragui-cvs] CVS: paragui/bindings/ruby Makefile.am,NONE,1.1.2.1 TODO,NONE,1.1.2.1 interface.i,NONE,1.1.2.1 swigcommon.h,NONE,1.1.2.1
- Index(es):