summaryrefslogtreecommitdiff
path: root/browser-plugin/totemPlugin.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-02-21 01:51:36 +0000
committerBastien Nocera <hadess@src.gnome.org>2008-02-21 01:51:36 +0000
commitc6c660887dd11dd866e427ee8fc6d4fb681e7886 (patch)
tree45c5b806224b8b167b0f94650d85c266cd1d2b50 /browser-plugin/totemPlugin.h
parentb3d74968b74eaa8e08303732b84dc13452c70023 (diff)
downloadtotem-c6c660887dd11dd866e427ee8fc6d4fb681e7886.tar.gz
Revert the previous commit, it's broken
2008-02-21 Bastien Nocera <hadess@hadess.net> * browser-plugin/totemNarrowSpacePlugin.cpp: * browser-plugin/totemPlugin.cpp: * browser-plugin/totemPlugin.h: Revert the previous commit, it's broken svn path=/trunk/; revision=5159
Diffstat (limited to 'browser-plugin/totemPlugin.h')
-rw-r--r--browser-plugin/totemPlugin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/browser-plugin/totemPlugin.h b/browser-plugin/totemPlugin.h
index 0a8e469c6..fb433a825 100644
--- a/browser-plugin/totemPlugin.h
+++ b/browser-plugin/totemPlugin.h
@@ -87,7 +87,7 @@ class totemPlugin {
uint16* stype);
NPError DestroyStream (NPStream* stream,
NPError reason);
- nsresult RequestRead (PRInt32 offset);
+
int32 WriteReady (NPStream *stream);
int32 Write (NPStream *stream,
int32 offset,
@@ -193,7 +193,6 @@ class totemPlugin {
public:
PRUint32 mBytesStreamed;
PRUint32 mBytesLength;
- PRBool mSeekable;
private:
PRUint8 mStreamType;