Menu

Diff of /trunk/php-java-bridge/java/Protocol.php [r473] .. [r474]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/php-java-bridge/java/Protocol.php
+++ b/trunk/php-java-bridge/java/Protocol.php
@@ -350,6 +350,9 @@
       $this->write(sprintf("<L v=\"%x\" p=\"O\"/>",$l));
     }
   }
+  function writeULong($l) {
+	$this->write(sprintf("<L v=\"%x\" p=\"O\"/>",$l));
+  }
   function writeDouble($d) {
     $this->write(sprintf("<D v=\"%.14e\"/>", $d));
   }