Re: [sigc] source examples question



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]