QNX and BLACKBERRY support

UDP Multicast for QNX

git-svn-id: svn://db.shs.com.ru/pip@133 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2015-05-21 06:17:47 +00:00
parent 7d506588e6
commit 0ab3bb388f
12 changed files with 89 additions and 20 deletions

View File

@@ -27,7 +27,9 @@
char * __syslocname__ = 0;
char * __sysoemname__ = 0;
#endif
#ifdef BLACKBERRY
# include <ctype.h>
#endif
/*! \class PIChar
* \brief Unicode char

View File

@@ -31,7 +31,11 @@
# include <pwd.h>
# include <sys/utsname.h>
# include <pthread.h>
# include <csignal>
# ifdef BLACKBERRY
# include <signal.h>
# else
# include <csignal>
# endif
#endif
#ifdef MAC_OS
# include <mach/mach_traps.h>

View File

@@ -25,6 +25,9 @@
#include <ctime>
#include "pistring.h"
#ifdef QNX
# include <time.h>
#endif
#ifdef DOXYGEN
//! \brief Sleep for "msecs" milliseconds