Small code improvements in the file managing classes.
Added FileReader and FileWriter object variables to the FileTransfer class.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@421 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfb/FileReader.h b/rfb/FileReader.h
index 6a3713f..e6ec064 100644
--- a/rfb/FileReader.h
+++ b/rfb/FileReader.h
@@ -29,7 +29,7 @@
namespace rfb {
class FileReader : public FileManager {
public:
- FileReader(char *pFilename);
+ FileReader();
bool read(void *pBuf, unsigned int count, unsigned int *pBytesRead);
};