diff src/fdl/PSXLindaInterface.java @ 23:b4fd7fb9135a

Simple Test run.
author kono
date Wed, 20 Aug 2008 03:28:45 +0900
parents 0243987383b7
children
line wrap: on
line diff
--- a/src/fdl/PSXLindaInterface.java	Tue Aug 19 16:02:48 2008 +0900
+++ b/src/fdl/PSXLindaInterface.java	Wed Aug 20 03:28:45 2008 +0900
@@ -14,11 +14,11 @@
 
 	public void ck(int id, PSXCallback callback) ;
 
-	public PSXReply out(int id, ByteBuffer data,int size) ;
+	public PSXReply out(int id, ByteBuffer data) ;
 
-	public PSXReply update(int id, ByteBuffer data,int size) ;
+	public PSXReply update(int id, ByteBuffer data) ;
 
-	public void update(int id, ByteBuffer data,int size,PSXCallback callback) ;
+	public void update(int id, ByteBuffer data,PSXCallback callback) ;
 
 	public PSXReply rd(int id) ;
 
@@ -26,8 +26,6 @@
 
 	public PSXLindaInterface add(PSXLindaInterface linda) ;
 
-	public void send(ByteBuffer command,ByteBuffer data) throws IOException ;
-
 	public int sync() throws IOException ;
 
 	public int sync(long mtime) throws IOException ;