From: enikey Date: Mon, 8 Dec 2008 10:59:59 +0000 (+0000) Subject: [Layout] Added file RawDecoder.java and RawDecoder class. X-Git-Tag: v0.0.90~341 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=00e0dbfdcbad585795300ee9c7d8cabab5eb487c;p=tigervnc.git [Layout] Added file RawDecoder.java and RawDecoder class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3320 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/java/src/com/tightvnc/decoder/RawDecoder.java b/java/src/com/tightvnc/decoder/RawDecoder.java new file mode 100644 index 00000000..ed2f216c --- /dev/null +++ b/java/src/com/tightvnc/decoder/RawDecoder.java @@ -0,0 +1,5 @@ +package com.tightvnc.decoder; + +public class RawDecoder { + +}