ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Syncify/SambaReader.hpp
Revision: 440
Committed: 2005-04-07T22:53:00-07:00 (20 years, 2 months ago) by douglas
File size: 402 byte(s)
Log Message:
Worky!

File Contents

# User Rev Content
1 douglas 440 // Syncify
2     //
3     // Douglas Thrift
4     //
5     // $Id$
6    
7     #ifndef _SambaReader_hpp_
8     #define _SambaReader_hpp_
9    
10     #include <menes/platform.hpp>
11    
12     #ifdef MENES_PRAGMA_ONCE
13     #pragma once
14     #endif
15    
16     #include "Error.hpp"
17    
18     class SambaReader : public ios::Reader
19     {
20     private:
21     int file;
22     public:
23     SambaReader(const ext::String& path);
24     ~SambaReader();
25     virtual size_t Read(byte_t* data, size_t length);
26     };
27    
28     #endif//_SambaReader_hpp_

Properties

Name Value
svn:eol-style native
svn:keywords Id