blob: 4c7962fefd9cf91ba918b388db4e10663fe17403 [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_registry_access_client.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_registry_access_client.h</h1><a href="oscl__registry__access__client_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">// Oscl Registry Access Client</span>
00005
00006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
00007
00021 <span class="preprocessor">#ifndef OSCL_REGISTRY_ACCESS_CLIENT_H_INCLUDED</span>
00022 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_REGISTRY_ACCESS_CLIENT_H_INCLUDED</span>
00023 <span class="preprocessor"></span>
00024
00025 <span class="preprocessor">#ifndef OSCL_REGISTRY_TYPES_H_INCLUDED</span>
00026 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__registry__types_8h.html">oscl_registry_types.h</a>"</span>
00027 <span class="preprocessor">#endif</span>
00028 <span class="preprocessor"></span><span class="preprocessor">#ifndef OSCL_STRING_CONTAINERS_H_INCLUDED</span>
00029 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__string__containers_8h.html">oscl_string_containers.h</a>"</span>
00030 <span class="preprocessor">#endif</span>
00031 <span class="preprocessor"></span><span class="preprocessor">#ifndef OSCL_VECTOR_H_INCLUDED</span>
00032 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__vector_8h.html">oscl_vector.h</a>"</span>
00033 <span class="preprocessor">#endif</span>
00034 <span class="preprocessor"></span><span class="preprocessor">#ifndef OSCL_MEM_H_INCLUDED</span>
00035 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__mem_8h.html">oscl_mem.h</a>"</span>
00036 <span class="preprocessor">#endif</span>
00037 <span class="preprocessor"></span>
00038 <span class="keyword">class </span><a class="code" href="classOsclRegistryAccessClientImpl.html">OsclRegistryAccessClientImpl</a>;
00039 <span class="keyword">class </span><a class="code" href="classOsclRegistryAccessClientTlsImpl.html">OsclRegistryAccessClientTlsImpl</a>;
00040
<a name="l00041"></a><a class="code" href="classOsclRegistryAccessClient.html">00041</a> <span class="keyword">class </span><a class="code" href="classOsclRegistryAccessClient.html">OsclRegistryAccessClient</a>
00042 {
00043 <span class="keyword">public</span>:
00044 OSCL_IMPORT_REF <a class="code" href="classOsclRegistryAccessClient.html#a0">OsclRegistryAccessClient</a>();
00045 OSCL_IMPORT_REF <a class="code" href="classOsclRegistryAccessClient.html#a1">~OsclRegistryAccessClient</a>();
00046
00051 OSCL_IMPORT_REF int32 <a class="code" href="classOsclRegistryAccessClient.html#a2">Connect</a>();
00052
00058 OSCL_IMPORT_REF <a class="code" href="group__osclutil.html#a0">OsclComponentFactory</a> <a class="code" href="classOsclRegistryAccessClient.html#a3">GetFactory</a>(<a class="code" href="classOSCL__String.html">OSCL_String</a>&amp; aComponent);
00059
00060
00066 OSCL_IMPORT_REF <span class="keywordtype">void</span> <a class="code" href="classOsclRegistryAccessClient.html#a4">GetFactories</a>(<a class="code" href="classOSCL__String.html">OSCL_String</a>&amp; aRegistry, <a class="code" href="classOscl__Vector.html">Oscl_Vector&lt;OsclRegistryAccessElement, OsclMemAllocator&gt;</a>&amp; aVec);
00067
00071 OSCL_IMPORT_REF <span class="keywordtype">void</span> <a class="code" href="classOsclRegistryAccessClient.html#a5">Close</a>();
00072
00073 <span class="keyword">private</span>:
00074 <a class="code" href="classOsclRegistryAccessClientImpl.html">OsclRegistryAccessClientImpl</a>* iGlobalImpl;
00075 <a class="code" href="classOsclRegistryAccessClientTlsImpl.html">OsclRegistryAccessClientTlsImpl</a>* iTlsImpl;
00076 };
00077
00078
00079 <span class="preprocessor">#endif // OSCL_STRING_H_INCLUDED</span>
00080 <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>