1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 3<title>oscl_file_server.h Source File</title> 4<link href="doxygen.css" rel="stylesheet" type="text/css"> 5</head><body> 6<!-- Generated by Doxygen 1.2.18 --> 7<center> 8<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="modules.html">Modules</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> <a class="qindex" href="globals.html">Globals</a> </center> 9<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> 1000002 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span> 1100003 1200004 <span class="comment">// O S C L _ F I L E _ SERVER</span> 1300005 1400006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span> 1500007 1600019 <span class="preprocessor">#ifndef OSCL_FILE_SERVER_H_INCLUDED</span> 1700020 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_FILE_SERVER_H_INCLUDED</span> 1800021 <span class="preprocessor"></span> 1900022 <span class="preprocessor">#ifndef OSCLCONFIG_IO_H_INCLUDED</span> 2000023 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__io_8h.html">osclconfig_io.h</a>"</span> 2100024 <span class="preprocessor">#endif</span> 2200025 <span class="preprocessor"></span> 2300026 <span class="preprocessor">#ifndef OSCL_BASE_H_INCLUDED</span> 2400027 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span> 2500028 <span class="preprocessor">#endif</span> 2600029 <span class="preprocessor"></span> 2700030 <span class="keyword">class </span><a class="code" href="classOscl__File.html">Oscl_File</a>; 2800031 29<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> 3000033 { 3100034 <span class="keyword">public</span>: 3200038 OSCL_IMPORT_REF <a class="code" href="classOscl__FileServer.html#a0">Oscl_FileServer</a>(); 3300039 3400043 OSCL_IMPORT_REF <a class="code" href="classOscl__FileServer.html#a1">~Oscl_FileServer</a>(); 3500044 3600051 OSCL_IMPORT_REF int32 <a class="code" href="classOscl__FileServer.html#a2">Connect</a>(); 3700052 3800058 OSCL_IMPORT_REF int32 <a class="code" href="classOscl__FileServer.html#a3">Close</a>(); 3900059 4000066 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); 4100067 4200075 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); 4300076 4400077 4500078 <span class="keyword">protected</span>: 46<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>; 47<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>; 4800081 4900082 <span class="comment">//file server objects (if appropriate)</span> 5000083 }; 5100084 5200085 5300086 5400087 <span class="preprocessor">#endif // OSCL_FILE_SERVER_H_INCLUDED</span> 5500088 <span class="preprocessor"></span> 56</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small> 57<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> 58</small></address> 59</body> 60</html> 61