From 098144aa185f396933c52af6c59201add4978b21 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Fri, 27 May 2011 14:24:18 +0200 Subject: renamed binding interfaces so we don't have a conflict with HLB. --- resources/cl-event-if.cfg | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'resources/cl-event-if.cfg') diff --git a/resources/cl-event-if.cfg b/resources/cl-event-if.cfg index 8e0759b1..73a9c772 100644 --- a/resources/cl-event-if.cfg +++ b/resources/cl-event-if.cfg @@ -4,14 +4,14 @@ Style InterfaceOnly import com.jogamp.opencl.llb.impl.CLEventCallback -ClassJavadoc CLEvent /** -ClassJavadoc CLEvent * Java bindings to OpenCL events. -ClassJavadoc CLEvent * @author Michael Bien -ClassJavadoc CLEvent */ -JavaClass CLEvent +ClassJavadoc CLEventBinding /** +ClassJavadoc CLEventBinding * Java bindings to OpenCL events. +ClassJavadoc CLEventBinding * @author Michael Bien +ClassJavadoc CLEventBinding */ +JavaClass CLEventBinding IgnoreNot .*CreateUserEvent.*|.*GetEventInfo.*|.*GetEventProfilingInfo.*|.*SetUserEventStatus.*|clWaitForEvents.*|.*RetainEvent.*|.*ReleaseEvent.*|CL_EVENT_.* -CustomJavaCode CLEvent -CustomJavaCode CLEvent /** Interface to C language function:
int32_t {@native clSetEventCallback}(cl_event event, cl_int command_exec_callback_type, void (CL_CALLBACK *pfn_event_notify) (cl_event event, cl_int event_command_exec_status, void *user_data), void *user_data); */ -CustomJavaCode CLEvent public int clSetEventCallback(long event, int type, CLEventCallback cb); \ No newline at end of file +CustomJavaCode CLEventBinding +CustomJavaCode CLEventBinding /** Interface to C language function:
int32_t {@native clSetEventCallback}(cl_event event, cl_int command_exec_callback_type, void (CL_CALLBACK *pfn_event_notify) (cl_event event, cl_int event_command_exec_status, void *user_data), void *user_data); */ +CustomJavaCode CLEventBinding public int clSetEventCallback(long event, int type, CLEventCallback cb); \ No newline at end of file -- cgit v1.2.3