107 |
* <pre> |
* <pre> |
108 |
* Requires: #include "utilities/ascConfig.h" |
* Requires: #include "utilities/ascConfig.h" |
109 |
* </pre> |
* </pre> |
110 |
|
* @todo utilities/ascSignal stores function pointers in gl_lists as data |
111 |
|
* pointers (i.e. VOIDPTR). These are not guaranteed interchangable |
112 |
|
* and so arrays of function pointers or some other conforming |
113 |
|
* implementation should be used. |
114 |
*/ |
*/ |
115 |
|
|
116 |
#ifndef ASC_ASCSIGNAL_H |
#ifndef ASC_ASCSIGNAL_H |
125 |
#include "utilities/ascConfig.h" |
#include "utilities/ascConfig.h" |
126 |
#ifdef __WIN32__ |
#ifdef __WIN32__ |
127 |
#include <process.h> |
#include <process.h> |
128 |
#else |
#else |
129 |
#include <unistd.h> |
#include <unistd.h> |
130 |
#endif |
#endif |
131 |
#include "general/list.h" |
#include "general/list.h" |