blob: e411fbf75ebd5809b892ee9e7642ecedc8a02026 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>oscl_file_server.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.18 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; </center>
<hr><h1>oscl_file_server.h</h1><a href="oscl__file__server_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">// -*- c++ -*-</span>
00002 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
00003
00004 <span class="comment">// O S C L _ F I L E _ SERVER</span>
00005
00006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
00007
00019 <span class="preprocessor">#ifndef OSCL_FILE_SERVER_H_INCLUDED</span>
00020 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_FILE_SERVER_H_INCLUDED</span>
00021 <span class="preprocessor"></span>
00022 <span class="preprocessor">#ifndef OSCLCONFIG_IO_H_INCLUDED</span>
00023 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__io_8h.html">osclconfig_io.h</a>"</span>
00024 <span class="preprocessor">#endif</span>
00025 <span class="preprocessor"></span>
00026 <span class="preprocessor">#ifndef OSCL_BASE_H_INCLUDED</span>
00027 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span>
00028 <span class="preprocessor">#endif</span>
00029 <span class="preprocessor"></span>
00030 <span class="keyword">class </span><a class="code" href="classOscl__File.html">Oscl_File</a>;
00031
<a name="l00032"></a><a class="code" href="classOscl__FileServer.html">00032</a> <span class="keyword">class </span><a class="code" href="classOscl__FileServer.html">Oscl_FileServer</a>
00033 {
00034 <span class="keyword">public</span>:
00038 OSCL_IMPORT_REF <a class="code" href="classOscl__FileServer.html#a0">Oscl_FileServer</a>();
00039
00043 OSCL_IMPORT_REF <a class="code" href="classOscl__FileServer.html#a1">~Oscl_FileServer</a>();
00044
00051 OSCL_IMPORT_REF int32 <a class="code" href="classOscl__FileServer.html#a2">Connect</a>();
00052
00058 OSCL_IMPORT_REF int32 <a class="code" href="classOscl__FileServer.html#a3">Close</a>();
00059
00066 OSCL_IMPORT_REF int32 <a class="code" href="classOscl__FileServer.html#a4">Oscl_DeleteFile</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *filename);
00067
00075 OSCL_IMPORT_REF int32 <a class="code" href="classOscl__FileServer.html#a4">Oscl_DeleteFile</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *filename);
00076
00077
00078 <span class="keyword">protected</span>:
<a name="l00079"></a><a class="code" href="classOscl__FileServer.html#l0">00079</a> <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classOscl__File.html">Oscl_File</a>;
<a name="l00080"></a><a class="code" href="classOscl__FileServer.html#l1">00080</a> <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classOsclNativeFile.html">OsclNativeFile</a>;
00081
00082 <span class="comment">//file server objects (if appropriate)</span>
00083 };
00084
00085
00086
00087 <span class="preprocessor">#endif // OSCL_FILE_SERVER_H_INCLUDED</span>
00088 <span class="preprocessor"></span>
</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small>
</small></address>
</body>
</html>