Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.photon.OS.properties20
1 files changed, 10 insertions, 10 deletions
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.photon.OS.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.photon.OS.properties
index fa989171f3..82b37ce80c 100644
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.photon.OS.properties
+++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.photon.OS.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2006 IBM Corporation and others.
+# Copyright (c) 2000, 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -1088,10 +1088,10 @@ OS_memmove__ILorg_eclipse_swt_internal_photon_PtTextCallback_1t_2I_0=cast=(void
OS_memmove__ILorg_eclipse_swt_internal_photon_PtTextCallback_1t_2I_1=cast=(const void *),flags=no_out
OS_memmove__ILorg_eclipse_swt_internal_photon_PtTextCallback_1t_2I_2=
-OS_memmove__ILorg_eclipse_swt_internal_photon_PtWebClientData_1t_2I=
-OS_memmove__ILorg_eclipse_swt_internal_photon_PtWebClientData_1t_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_photon_PtWebClientData_1t_2I_1=cast=const void *,flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_photon_PtWebClientData_1t_2I_2=cast=size_t
+OS_memmove__ILorg_eclipse_swt_internal_photon_PtWebClient2Data_1t_2I=
+OS_memmove__ILorg_eclipse_swt_internal_photon_PtWebClient2Data_1t_2I_0=
+OS_memmove__ILorg_eclipse_swt_internal_photon_PtWebClient2Data_1t_2I_1=
+OS_memmove__ILorg_eclipse_swt_internal_photon_PtWebClient2Data_1t_2I_2=
OS_memmove__Lorg_eclipse_swt_internal_photon_FontDetails_2II=
OS_memmove__Lorg_eclipse_swt_internal_photon_FontDetails_2II_0=cast=(void *),flags=no_in
@@ -1457,11 +1457,11 @@ PtTextCallback_t_reserved=
PtTextCallback_t_text=cast=(char *)
PtTextCallback_t_doit=
-org_eclipse_swt_internal_photon_PtWebClientData_1t=
-PtWebClientData_t_type=
-PtWebClientData_t_url=
-PtWebClientData_t_length=
-PtWebClientData_t_data=cast=char *
+org_eclipse_swt_internal_photon_PtWebClient2Data_1t=
+PtWebClient2Data_t_type=
+PtWebClient2Data_t_url=
+PtWebClient2Data_t_length=
+PtWebClient2Data_t_data=
org_eclipse_swt_internal_photon_PtWebDataReqCallback_1t=
PtWebDataReqCallback_t_type=

Back to the top