Re: [sigc] source examples question
- From: Ulrich Eckhardt <eckhardt satorlaser com>
- To: Mattheos Kakaris <m kakaris nki nl>
- Cc: libsigc-list gnome org
- Subject: Re: [sigc] source examples question
- Date: Fri, 11 Jul 2003 16:55:18 +0200
Mattheos Kakaris wrote:
#include <sigc++/signal_system.h>
has the signal_system header file been replaced by a different one in
the latest distribution?
It was still present in 1.0.x and isn't in 1.2.x.
Anyways, it was just a include-it-all header:
#ifndef SIGCXX_SIGNAL_SYSTEM_H
#define SIGCXX_SIGNAL_SYSTEM_H
# include <sigc++/slot.h>
# include <sigc++/object_slot.h>
# include <sigc++/func_slot.h>
# include <sigc++/basic_signal.h>
#endif
Uli
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]