Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 247b28499c443e092731ffba814075f2 > files > 9

mpqc-html-2.3.1-9mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MPQC: MPQC_ComponentClassDescription_Impl.hh Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    </ul>
  </div>
<h1>MPQC_ComponentClassDescription_Impl.hh</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// </span>
<a name="l00002"></a>00002 <span class="comment">// File:          MPQC_ComponentClassDescription_Impl.hh</span>
<a name="l00003"></a>00003 <span class="comment">// Symbol:        MPQC.ComponentClassDescription-v0.2</span>
<a name="l00004"></a>00004 <span class="comment">// Symbol Type:   class</span>
<a name="l00005"></a>00005 <span class="comment">// Babel Version: 0.10.2</span>
<a name="l00006"></a>00006 <span class="comment">// Description:   Server-side implementation for MPQC.ComponentClassDescription</span>
<a name="l00007"></a>00007 <span class="comment">// </span>
<a name="l00008"></a>00008 <span class="comment">// WARNING: Automatically generated; only changes within splicers preserved</span>
<a name="l00009"></a>00009 <span class="comment">// </span>
<a name="l00010"></a>00010 <span class="comment">// babel-version = 0.10.2</span>
<a name="l00011"></a>00011 <span class="comment">// </span>
<a name="l00012"></a>00012 
<a name="l00013"></a>00013 <span class="preprocessor">#ifndef included_MPQC_ComponentClassDescription_Impl_hh</span>
<a name="l00014"></a>00014 <span class="preprocessor"></span><span class="preprocessor">#define included_MPQC_ComponentClassDescription_Impl_hh</span>
<a name="l00015"></a>00015 <span class="preprocessor"></span>
<a name="l00016"></a>00016 <span class="preprocessor">#ifndef included_sidl_cxx_hh</span>
<a name="l00017"></a>00017 <span class="preprocessor"></span><span class="preprocessor">#include "sidl_cxx.hh"</span>
<a name="l00018"></a>00018 <span class="preprocessor">#endif</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#ifndef included_MPQC_ComponentClassDescription_IOR_h</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span><span class="preprocessor">#include "MPQC_ComponentClassDescription_IOR.h"</span>
<a name="l00021"></a>00021 <span class="preprocessor">#endif</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="comment">// </span>
<a name="l00023"></a>00023 <span class="comment">// Includes for all method dependencies.</span>
<a name="l00024"></a>00024 <span class="comment">// </span>
<a name="l00025"></a>00025 <span class="preprocessor">#ifndef included_MPQC_ComponentClassDescription_hh</span>
<a name="l00026"></a>00026 <span class="preprocessor"></span><span class="preprocessor">#include "MPQC_ComponentClassDescription.hh"</span>
<a name="l00027"></a>00027 <span class="preprocessor">#endif</span>
<a name="l00028"></a>00028 <span class="preprocessor"></span><span class="preprocessor">#ifndef included_gov_cca_CCAException_hh</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span><span class="preprocessor">#include "gov_cca_CCAException.hh"</span>
<a name="l00030"></a>00030 <span class="preprocessor">#endif</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span><span class="preprocessor">#ifndef included_sidl_BaseInterface_hh</span>
<a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#include "sidl_BaseInterface.hh"</span>
<a name="l00033"></a>00033 <span class="preprocessor">#endif</span>
<a name="l00034"></a>00034 <span class="preprocessor"></span><span class="preprocessor">#ifndef included_sidl_ClassInfo_hh</span>
<a name="l00035"></a>00035 <span class="preprocessor"></span><span class="preprocessor">#include "sidl_ClassInfo.hh"</span>
<a name="l00036"></a>00036 <span class="preprocessor">#endif</span>
<a name="l00037"></a>00037 <span class="preprocessor"></span>
<a name="l00038"></a>00038 
<a name="l00039"></a>00039 <span class="comment">// DO-NOT-DELETE splicer.begin(MPQC.ComponentClassDescription._includes)</span>
<a name="l00040"></a>00040 <span class="comment">// Put additional includes or other arbitrary code here...</span>
<a name="l00041"></a>00041 <span class="comment">// DO-NOT-DELETE splicer.end(MPQC.ComponentClassDescription._includes)</span>
<a name="l00042"></a>00042 
<a name="l00043"></a>00043 <span class="keyword">namespace </span>MPQC { 
<a name="l00044"></a>00044 
<a name="l00048"></a><a class="code" href="classMPQC_1_1ComponentClassDescription__impl.html">00048</a>   <span class="keyword">class </span><a class="code" href="classMPQC_1_1ComponentClassDescription__impl.html" title="Symbol &amp;quot;MPQC.ComponentClassDescription&amp;quot; (version 0.2).">ComponentClassDescription_impl</a>
<a name="l00049"></a>00049   <span class="comment">// DO-NOT-DELETE splicer.begin(MPQC.ComponentClassDescription._inherits)</span>
<a name="l00050"></a>00050 
<a name="l00063"></a>00063   <span class="comment">// DO-NOT-DELETE splicer.end(MPQC.ComponentClassDescription._inherits)</span>
<a name="l00064"></a>00064   {
<a name="l00065"></a>00065 
<a name="l00066"></a>00066   <span class="keyword">private</span>:
<a name="l00067"></a>00067     <span class="comment">// Pointer back to IOR.</span>
<a name="l00068"></a>00068     <span class="comment">// Use this to dispatch back through IOR vtable.</span>
<a name="l00069"></a>00069     ComponentClassDescription <span class="keyword">self</span>;
<a name="l00070"></a>00070 
<a name="l00071"></a>00071     <span class="comment">// DO-NOT-DELETE splicer.begin(MPQC.ComponentClassDescription._implementation)</span>
<a name="l00072"></a>00072     std::string cName;
<a name="l00073"></a>00073     std::string cAlias;
<a name="l00074"></a>00074     <span class="comment">// DO-NOT-DELETE splicer.end(MPQC.ComponentClassDescription._implementation)</span>
<a name="l00075"></a>00075 
<a name="l00076"></a>00076   <span class="keyword">private</span>:
<a name="l00077"></a>00077     <span class="comment">// private default constructor (required)</span>
<a name="l00078"></a>00078     <a class="code" href="classMPQC_1_1ComponentClassDescription__impl.html" title="Symbol &amp;quot;MPQC.ComponentClassDescription&amp;quot; (version 0.2).">ComponentClassDescription_impl</a>() 
<a name="l00079"></a>00079     {} 
<a name="l00080"></a>00080 
<a name="l00081"></a>00081   <span class="keyword">public</span>:
<a name="l00082"></a>00082     <span class="comment">// sidl constructor (required)</span>
<a name="l00083"></a>00083     <span class="comment">// Note: alternate Skel constructor doesn't call addref()</span>
<a name="l00084"></a>00084     <span class="comment">// (fixes bug #275)</span>
<a name="l00085"></a>00085     <a class="code" href="classMPQC_1_1ComponentClassDescription__impl.html" title="Symbol &amp;quot;MPQC.ComponentClassDescription&amp;quot; (version 0.2).">ComponentClassDescription_impl</a>( <span class="keyword">struct</span> 
<a name="l00086"></a>00086       MPQC_ComponentClassDescription__object * s ) : <span class="keyword">self</span>(s,<span class="keyword">true</span>) { _ctor(); }
<a name="l00087"></a>00087 
<a name="l00088"></a>00088     <span class="comment">// user defined construction</span>
<a name="l00089"></a>00089     <span class="keywordtype">void</span> _ctor();
<a name="l00090"></a>00090 
<a name="l00091"></a>00091     <span class="comment">// virtual destructor (required)</span>
<a name="l00092"></a>00092     <span class="keyword">virtual</span> ~<a class="code" href="classMPQC_1_1ComponentClassDescription__impl.html" title="Symbol &amp;quot;MPQC.ComponentClassDescription&amp;quot; (version 0.2).">ComponentClassDescription_impl</a>() { _dtor(); }
<a name="l00093"></a>00093 
<a name="l00094"></a>00094     <span class="comment">// user defined destruction</span>
<a name="l00095"></a>00095     <span class="keywordtype">void</span> _dtor();
<a name="l00096"></a>00096 
<a name="l00097"></a>00097     <span class="comment">// static class initializer</span>
<a name="l00098"></a>00098     <span class="keyword">static</span> <span class="keywordtype">void</span> _load();
<a name="l00099"></a>00099 
<a name="l00100"></a>00100   <span class="keyword">public</span>:
<a name="l00101"></a>00101 
<a name="l00105"></a>00105     <span class="keywordtype">void</span>
<a name="l00106"></a>00106     <a class="code" href="classMPQC_1_1ComponentClassDescription__impl.html#97d95ec5397450875984cfade8a53d16" title="user defined non-static method.">initialize</a> (
<a name="l00107"></a>00107       <span class="comment">/* in */</span> const ::std::string&amp; className,
<a name="l00108"></a>00108       <span class="comment">/* in */</span> const ::std::string&amp; classAlias
<a name="l00109"></a>00109     )
<a name="l00110"></a>00110     <span class="keywordflow">throw</span> () 
<a name="l00111"></a>00111     ;
<a name="l00112"></a>00112 
<a name="l00113"></a>00113 
<a name="l00122"></a>00122     ::std::string
<a name="l00123"></a>00123     <a class="code" href="classMPQC_1_1ComponentClassDescription__impl.html#69cacd21cb74f0c0ee20368917afa9b3" title="Returns the class name provided in BuilderService.createInstance() or in AbstractFramework...">getComponentClassName</a>() <span class="keywordflow">throw</span> ( 
<a name="l00124"></a>00124       ::gov::cca::CCAException
<a name="l00125"></a>00125     );
<a name="l00126"></a>00126   };  <span class="comment">// end class ComponentClassDescription_impl</span>
<a name="l00127"></a>00127 
<a name="l00128"></a>00128 } <span class="comment">// end namespace MPQC</span>
<a name="l00129"></a>00129 
<a name="l00130"></a>00130 <span class="comment">// DO-NOT-DELETE splicer.begin(MPQC.ComponentClassDescription._misc)</span>
<a name="l00131"></a>00131 <span class="comment">// Put miscellaneous things here...</span>
<a name="l00132"></a>00132 <span class="comment">// DO-NOT-DELETE splicer.end(MPQC.ComponentClassDescription._misc)</span>
<a name="l00133"></a>00133 
<a name="l00134"></a>00134 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr>
<address>
<small>

Generated at Wed Oct 14 14:12:10 2009 for <a
href="http://www.mpqc.org">MPQC</a>
2.3.1 using the documentation package <a
href="http://www.doxygen.org">Doxygen</a>
1.5.9.

</small>
</address>
</body>
</html>