• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_registry_access_client.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> &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>
9<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>
1000002 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
1100003
1200004 <span class="comment">//                               Oscl Registry Access Client</span>
1300005
1400006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
1500007
1600021 <span class="preprocessor">#ifndef OSCL_REGISTRY_ACCESS_CLIENT_H_INCLUDED</span>
1700022 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_REGISTRY_ACCESS_CLIENT_H_INCLUDED</span>
1800023 <span class="preprocessor"></span>
1900024
2000025 <span class="preprocessor">#ifndef OSCL_REGISTRY_TYPES_H_INCLUDED</span>
2100026 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__registry__types_8h.html">oscl_registry_types.h</a>"</span>
2200027 <span class="preprocessor">#endif</span>
2300028 <span class="preprocessor"></span><span class="preprocessor">#ifndef OSCL_STRING_CONTAINERS_H_INCLUDED</span>
2400029 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__string__containers_8h.html">oscl_string_containers.h</a>"</span>
2500030 <span class="preprocessor">#endif</span>
2600031 <span class="preprocessor"></span><span class="preprocessor">#ifndef OSCL_VECTOR_H_INCLUDED</span>
2700032 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__vector_8h.html">oscl_vector.h</a>"</span>
2800033 <span class="preprocessor">#endif</span>
2900034 <span class="preprocessor"></span><span class="preprocessor">#ifndef OSCL_MEM_H_INCLUDED</span>
3000035 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__mem_8h.html">oscl_mem.h</a>"</span>
3100036 <span class="preprocessor">#endif</span>
3200037 <span class="preprocessor"></span>
3300038 <span class="keyword">class </span><a class="code" href="classOsclRegistryAccessClientImpl.html">OsclRegistryAccessClientImpl</a>;
3400039 <span class="keyword">class </span><a class="code" href="classOsclRegistryAccessClientTlsImpl.html">OsclRegistryAccessClientTlsImpl</a>;
3500040
36<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>
3700042 {
3800043     <span class="keyword">public</span>:
3900044         OSCL_IMPORT_REF <a class="code" href="classOsclRegistryAccessClient.html#a0">OsclRegistryAccessClient</a>();
4000045         OSCL_IMPORT_REF <a class="code" href="classOsclRegistryAccessClient.html#a1">~OsclRegistryAccessClient</a>();
4100046
4200051         OSCL_IMPORT_REF int32 <a class="code" href="classOsclRegistryAccessClient.html#a2">Connect</a>();
4300052
4400058         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);
4500059
4600060
4700066         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);
4800067
4900071         OSCL_IMPORT_REF <span class="keywordtype">void</span> <a class="code" href="classOsclRegistryAccessClient.html#a5">Close</a>();
5000072
5100073     <span class="keyword">private</span>:
5200074         <a class="code" href="classOsclRegistryAccessClientImpl.html">OsclRegistryAccessClientImpl</a>* iGlobalImpl;
5300075         <a class="code" href="classOsclRegistryAccessClientTlsImpl.html">OsclRegistryAccessClientTlsImpl</a>* iTlsImpl;
5400076 };
5500077
5600078
5700079 <span class="preprocessor">#endif   // OSCL_STRING_H_INCLUDED</span>
5800080 <span class="preprocessor"></span>
59</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
60<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small>
61</small></address>
62</body>
63</html>
64