/[enigma]/enigma/lib-src/oxydlib/FileUtils.h
ViewVC logotype

Diff of /enigma/lib-src/oxydlib/FileUtils.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dheck, Sun Jan 19 17:17:24 2003 UTC revision 1.2 by reallysoft, Wed Jun 25 19:31:59 2003 UTC
# Line 22  Line 22 
22  #include "VecUtils.h"  #include "VecUtils.h"
23  #include <string>  #include <string>
24    
25  bool readFile(const std::string &fileName, ByteVec *pBuffer);  namespace OxydLib {
26  bool writeFile(const std::string &fileName, const ByteVec &data);  
27    using std::string;
28    
29    bool readFile(const string &fileName, ByteVec *pBuffer);
30    bool writeFile(const string &fileName, const ByteVec &data);
31    
32    }
33    
34  #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26