[Developement] Added setSessionRecorder method to RawDecoder class.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3415 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/java/src/com/tightvnc/decoder/RawDecoder.java b/java/src/com/tightvnc/decoder/RawDecoder.java
index 507ed81..efa69d1 100644
--- a/java/src/com/tightvnc/decoder/RawDecoder.java
+++ b/java/src/com/tightvnc/decoder/RawDecoder.java
@@ -47,6 +47,10 @@
     bytesPerPixel = bpp;
   }
 
+  public void setSessionRecorder(RecordInterface ri) {
+    rec = ri;
+  }
+
   //
   // FIXME: This method may be useless in future, remove if so
   //