aboutsummaryrefslogtreecommitdiffstats
path: root/rfbplayer/rfbplayer.h
diff options
context:
space:
mode:
authorgeorge82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519>2005-01-31 16:01:02 +0000
committergeorge82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519>2005-01-31 16:01:02 +0000
commit17e92cb9edc9a67e892bba1a5921429179ebd986 (patch)
treea1039cc63ca4339d5bda01a9c9654d20aec624b5 /rfbplayer/rfbplayer.h
parent23e0856c6731a1a0791f8122901493e189332291 (diff)
downloadtigervnc-17e92cb9edc9a67e892bba1a5921429179ebd986.tar.gz
tigervnc-17e92cb9edc9a67e892bba1a5921429179ebd986.zip
Added RfbPlayer::openSessionFile().
It opens the rfb session file and starts reading the data. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@136 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'rfbplayer/rfbplayer.h')
-rw-r--r--rfbplayer/rfbplayer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rfbplayer/rfbplayer.h b/rfbplayer/rfbplayer.h
index e40265ec..6b717ef9 100644
--- a/rfbplayer/rfbplayer.h
+++ b/rfbplayer/rfbplayer.h
@@ -110,6 +110,9 @@ class RfbPlayer : public RfbProto {
// -=- Player functions
+ // openSessionFile() opens the new session file and starts play it
+ void openSessionFile(char *fileName);
+
// skipHandshaking() - is implemented to skip the initial handshaking when
// perform backward seeking OR replaying.
void skipHandshaking();