]> source.dussan.org Git - tigervnc.git/commitdiff
[Layout] Added file RawDecoder.java and RawDecoder class.
authorenikey <enikey@3789f03b-4d11-0410-bbf8-ca57d06f2519>
Mon, 8 Dec 2008 10:59:59 +0000 (10:59 +0000)
committerenikey <enikey@3789f03b-4d11-0410-bbf8-ca57d06f2519>
Mon, 8 Dec 2008 10:59:59 +0000 (10:59 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3320 3789f03b-4d11-0410-bbf8-ca57d06f2519

java/src/com/tightvnc/decoder/RawDecoder.java [new file with mode: 0644]

diff --git a/java/src/com/tightvnc/decoder/RawDecoder.java b/java/src/com/tightvnc/decoder/RawDecoder.java
new file mode 100644 (file)
index 0000000..ed2f216
--- /dev/null
@@ -0,0 +1,5 @@
+package com.tightvnc.decoder;
+
+public class RawDecoder {
+
+}