aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-05-03 00:18:59 +0200
committerMichael Bien <[email protected]>2010-05-03 00:18:59 +0200
commitea95ca1b96300fc9b2ec937759663eb0ed1406bf (patch)
tree9aac408419f9d865563f6875dd6a39c091a36f88 /src
parent3b3dc4591d3690f61b9488ed74e7c9248def1fd5 (diff)
renamed ErrorHandler.
Diffstat (limited to 'src')
-rw-r--r--src/com/jogamp/opencl/CLErrorHandler.java (renamed from src/com/jogamp/opencl/CreateContextCallback.java)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/jogamp/opencl/CreateContextCallback.java b/src/com/jogamp/opencl/CLErrorHandler.java
index 7a502134..74d49363 100644
--- a/src/com/jogamp/opencl/CreateContextCallback.java
+++ b/src/com/jogamp/opencl/CLErrorHandler.java
@@ -6,7 +6,7 @@ import java.nio.ByteBuffer;
*
* @author Michael Bien
*/
-public interface CreateContextCallback {
+public interface CLErrorHandler {
public void onError(String errinfo, ByteBuffer private_info, long cb);