[Player-cvs] hxclientkit/pub HXClientCFuncs.h, 1.11.2.1, 1.11.2.2 HXClientCProcPtrs.h, 1.8.2.1, 1.8.2.2
sehancher at helixcommunity.org sehancher at helixcommunity.orgUpdate of /cvsroot/player/hxclientkit/pub
In directory cvs-new:/tmp/cvs-serv29885
Modified Files:
Tag: hxclient_1_1_6_neptune
HXClientCFuncs.h HXClientCProcPtrs.h
Log Message:
Merge 122 to 116 branch.
Index: HXClientCProcPtrs.h
===================================================================
RCS file: /cvsroot/player/hxclientkit/pub/HXClientCProcPtrs.h,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -d -r1.8.2.1 -r1.8.2.2
--- HXClientCProcPtrs.h 20 May 2004 17:39:54 -0000 1.8.2.1
+++ HXClientCProcPtrs.h 14 Jul 2004 20:42:32 -0000 1.8.2.2
@@ -46,6 +46,7 @@
#include "HXClientCallbacks.h"
#ifdef _MAC_MACHO
+typedef CFStringRef ( *ClientCreateErrorStringProcPtr ) ( UInt32 hxCode, const char* pErrorString );
typedef bool ( *ClientEngineHandleClassicEventProcPtr ) ( EventRecord* classicEvent );
#endif
Index: HXClientCFuncs.h
===================================================================
RCS file: /cvsroot/player/hxclientkit/pub/HXClientCFuncs.h,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -d -r1.11.2.1 -r1.11.2.2
--- HXClientCFuncs.h 20 May 2004 17:39:54 -0000 1.11.2.1
+++ HXClientCFuncs.h 14 Jul 2004 20:42:32 -0000 1.11.2.2
@@ -47,6 +47,7 @@
#ifdef _MAC_MACHO
+CFStringRef ClientCreateErrorString( UInt32 hxCode, const char* pErrorString );
bool ClientEngineHandleClassicEvent( EventRecord* classicEvent );
#elif defined(_UNIX)