Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/Object.h
diff options
context:
space:
mode:
authorMichael Meeks <mmeeks@src.gnome.org>1999-08-19 17:57:59 (GMT)
committer Michael Meeks <mmeeks@src.gnome.org>1999-08-19 17:57:59 (GMT)
commitbf3b381529f5388bd1bda8ed8fafb247a7b8a9fc (patch)
tree23e95c805c1d878ba0bf90c68765aba383848139 /pdf/xpdf/Object.h
parent1a49446c08faaab930d3a36bc002b566eadb1ebc (diff)
Totaly re-hash stream architecture ... again :-)
Now we can compile but not run auxiliary utils.
Diffstat (limited to 'pdf/xpdf/Object.h')
-rw-r--r--pdf/xpdf/Object.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/pdf/xpdf/Object.h b/pdf/xpdf/Object.h
index 305d28a..cb7a418 100644
--- a/pdf/xpdf/Object.h
+++ b/pdf/xpdf/Object.h
@@ -18,7 +18,6 @@
#include "gtypes.h"
#include "gmem.h"
#include "GString.h"
-#include "BaseFile.h"
class Array;
class Dict;
@@ -178,7 +177,7 @@ public:
char *streamGetLine(char *buf, int size);
int streamGetPos();
void streamSetPos(int pos);
- BaseFile streamGetFile();
+/* BaseFile streamGetFile();*/
Dict *streamGetDict();
// Output.
@@ -291,8 +290,8 @@ inline int Object::streamGetPos()
inline void Object::streamSetPos(int pos)
{ stream->setPos(pos); }
-inline BaseFile Object::streamGetFile()
- { return stream->getFile(); }
+/*inline BaseFile Object::streamGetFile()
+ { return stream->getFile(); }*/
inline Dict *Object::streamGetDict()
{ return stream->getDict(); }