diff options
author | Michael Bien <[email protected]> | 2010-05-03 00:18:59 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-05-03 00:18:59 +0200 |
commit | ea95ca1b96300fc9b2ec937759663eb0ed1406bf (patch) | |
tree | 9aac408419f9d865563f6875dd6a39c091a36f88 /src/com/jogamp/opencl/CreateContextCallback.java | |
parent | 3b3dc4591d3690f61b9488ed74e7c9248def1fd5 (diff) |
renamed ErrorHandler.
Diffstat (limited to 'src/com/jogamp/opencl/CreateContextCallback.java')
-rw-r--r-- | src/com/jogamp/opencl/CreateContextCallback.java | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/com/jogamp/opencl/CreateContextCallback.java b/src/com/jogamp/opencl/CreateContextCallback.java deleted file mode 100644 index 7a502134..00000000 --- a/src/com/jogamp/opencl/CreateContextCallback.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.jogamp.opencl; - -import java.nio.ByteBuffer; - -/** - * - * @author Michael Bien - */ -public interface CreateContextCallback { - - public void onError(String errinfo, ByteBuffer private_info, long cb); - -} |