blob: d09b742523b2fc3f456ac0ba7feefa06c58ce11d [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_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_client.h</h1><a href="oscl__registry__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 Client</span>
00005
00006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
00007
00019 <span class="preprocessor">#ifndef OSCL_REGISTRY_CLIENT_H_INCLUDED</span>
00020 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_REGISTRY_CLIENT_H_INCLUDED</span>
00021 <span class="preprocessor"></span>
00022 <span class="preprocessor">#ifndef OSCL_REGISTRY_TYPES_H_INCLUDED</span>
00023 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__registry__types_8h.html">oscl_registry_types.h</a>"</span>
00024 <span class="preprocessor">#endif</span>
00025 <span class="preprocessor"></span>
00026 <span class="preprocessor">#ifndef OSCL_MEM_H_INCLUDED</span>
00027 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__mem_8h.html">oscl_mem.h</a>"</span>
00028 <span class="preprocessor">#endif</span>
00029 <span class="preprocessor"></span>
00030 <span class="preprocessor">#ifndef OSCL_STRING_H_INCLUDED</span>
00031 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__string_8h.html">oscl_string.h</a>"</span>
00032 <span class="preprocessor">#endif</span>
00033 <span class="preprocessor"></span>
00034 <span class="keyword">class </span><a class="code" href="classOsclRegistryClientImpl.html">OsclRegistryClientImpl</a>;
00035 <span class="keyword">class </span><a class="code" href="classOsclRegistryClientTlsImpl.html">OsclRegistryClientTlsImpl</a>;
00036
<a name="l00037"></a><a class="code" href="classOsclRegistryClient.html">00037</a> <span class="keyword">class </span><a class="code" href="classOsclRegistryClient.html">OsclRegistryClient</a> : <span class="keyword">public</span> <a class="code" href="classHeapBase.html">HeapBase</a>
00038 {
00039 <span class="keyword">public</span>:
00040 OSCL_IMPORT_REF <a class="code" href="classOsclRegistryClient.html#a0">OsclRegistryClient</a>();
00041 OSCL_IMPORT_REF <a class="code" href="classOsclRegistryClient.html#a1">~OsclRegistryClient</a>();
00042
00048 OSCL_IMPORT_REF int32 <a class="code" href="classOsclRegistryClient.html#a2">Connect</a>(<span class="keywordtype">bool</span> aPerThread = <span class="keyword">false</span>);
00049
00058 OSCL_IMPORT_REF int32 <a class="code" href="classOsclRegistryClient.html#a3">Register</a>(<a class="code" href="classOSCL__String.html">OSCL_String</a>&amp; aComponentID, <a class="code" href="group__osclutil.html#a0">OsclComponentFactory</a> aFactory);
00059
00064 OSCL_IMPORT_REF int32 <a class="code" href="classOsclRegistryClient.html#a4">UnRegister</a>(<a class="code" href="classOSCL__String.html">OSCL_String</a>&amp; aComponentID);
00065
00070 OSCL_IMPORT_REF <span class="keywordtype">void</span> <a class="code" href="classOsclRegistryClient.html#a5">Close</a>();
00071
00072 <span class="keyword">private</span>:
00073 <a class="code" href="classOsclRegistryClientImpl.html">OsclRegistryClientImpl</a>* iGlobalImpl;
00074 <a class="code" href="classOsclRegistryClientTlsImpl.html">OsclRegistryClientTlsImpl</a>* iTlsImpl;
00075
00076 };
00077
00078
00079 <span class="preprocessor">#endif //OSCL_REGISTRY_CLIENT_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>