From 292cf9de50a6342421cd94cfbcdc756b9e653def Mon Sep 17 00:00:00 2001 From: enikey Date: Fri, 19 Dec 2008 05:30:11 +0000 Subject: [PATCH] [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 --- java/src/com/tightvnc/decoder/RawDecoder.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/java/src/com/tightvnc/decoder/RawDecoder.java b/java/src/com/tightvnc/decoder/RawDecoder.java index 507ed816..efa69d13 100644 --- a/java/src/com/tightvnc/decoder/RawDecoder.java +++ b/java/src/com/tightvnc/decoder/RawDecoder.java @@ -47,6 +47,10 @@ public class RawDecoder { bytesPerPixel = bpp; } + public void setSessionRecorder(RecordInterface ri) { + rec = ri; + } + // // FIXME: This method may be useless in future, remove if so // -- 2.39.5