AsyncWebSocketHandleUpgradeRequestFn handleUpgradeRequestFn,
int *outError);
-/*
- * Listen on port and fire callback with new asock
- * NOTE - Do not use this API.
- * Listens on 127.0.0.1:port and does not use SSL.
- * This API will be deprecated soon.
- */
-AsyncSocket *AsyncSocket_ListenWebSocketNoHttp(unsigned int port,
- const char *protocols[],
- AsyncSocketConnectFn connectFn,
- void *clientData,
- AsyncSocketPollParams *pollParams,
- int *outError);
#ifndef _WIN32
AsyncSocket *AsyncSocket_ListenWebSocketUDS(const char *pipeName,
Bool useSSL,
#if defined(VMX86_VIEWCLIENT)
#define PRODUCT_VERSION 4,6,0,PRODUCT_BUILD_NUMBER_NUMERIC
#elif defined(VMX86_VMRC) /* check VMX86_VMRC before VMX86_DESKTOP */
- #define PRODUCT_VERSION 10,0,1,PRODUCT_BUILD_NUMBER_NUMERIC /* VMRC_VERSION_NUMBER below has to match this */
+ #define PRODUCT_VERSION 10,0,2,PRODUCT_BUILD_NUMBER_NUMERIC /* VMRC_VERSION_NUMBER below has to match this */
#elif defined(VMX86_FLEX) /* check VMX86_FLEX before VMX86_DESKTOP */
#define PRODUCT_VERSION 8,0,0,PRODUCT_BUILD_NUMBER_NUMERIC /* FLEX_VERSION_NUMBER below has to match this */
#elif defined(VMX86_TOOLS)
#define WORKSTATION_VERSION "e.x.p"
#define PLAYER_VERSION_NUMBER "14.0.0" /* this version number should always match real Player version number */
#define PLAYER_VERSION "e.x.p"
-#define VMRC_VERSION_NUMBER "10.0.1" /* this version number should always match real VMRC version number */
-#define VMRC_VERSION "10.0.1"
+#define VMRC_VERSION_NUMBER "10.0.2" /* this version number should always match real VMRC version number */
+#define VMRC_VERSION "10.0.2"
#define FLEX_CLIENT_VERSION_NUMBER "8.0.0"
#define FLEX_CLIENT_VERSION "e.x.p"