diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
|---|---|---|
| committer | <> | 2015-03-17 16:26:24 +0000 |
| commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
| tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/api_reference/CXX/dbsite_get_config.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/api_reference/CXX/dbsite_get_config.html')
| -rw-r--r-- | docs/api_reference/CXX/dbsite_get_config.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/api_reference/CXX/dbsite_get_config.html b/docs/api_reference/CXX/dbsite_get_config.html index 5bd69e6e..d06e3faf 100644 --- a/docs/api_reference/CXX/dbsite_get_config.html +++ b/docs/api_reference/CXX/dbsite_get_config.html @@ -8,20 +8,20 @@ <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /> <link rel="start" href="index.html" title="Berkeley DB C++ API Reference" /> <link rel="up" href="rep.html" title="Chapter 11. Replication Methods" /> - <link rel="prev" href="dbsite_close.html" title="DbSite::close()" /> + <link rel="prev" href="dbchannel_set_timeout.html" title="DbChannel::set_timeout()" /> <link rel="next" href="dbsite_get_address.html" title="DbSite::get_address()" /> </head> <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center">DbSite::get_config()</th> </tr> <tr> - <td width="20%" align="left"><a accesskey="p" href="dbsite_close.html">Prev</a> </td> + <td width="20%" align="left"><a accesskey="p" href="dbchannel_set_timeout.html">Prev</a> </td> <th width="60%" align="center">Chapter 11. Replication Methods </th> @@ -68,7 +68,7 @@ DbSite::get_config(u_int32_t which, u_int32_t *valuep);</pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp4006400"></a>Parameters</h3> + <h3 class="title"><a id="idp4026992"></a>Parameters</h3> </div> </div> </div> @@ -76,7 +76,7 @@ DbSite::get_config(u_int32_t which, u_int32_t *valuep);</pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp4021760"></a>which</h4> + <h4 class="title"><a id="idp4026344"></a>which</h4> </div> </div> </div> @@ -92,7 +92,7 @@ DbSite::get_config(u_int32_t which, u_int32_t *valuep);</pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp4000728"></a>valuep</h4> + <h4 class="title"><a id="idp4023056"></a>valuep</h4> </div> </div> </div> @@ -101,7 +101,7 @@ DbSite::get_config(u_int32_t which, u_int32_t *valuep);</pre> memory into which the configuration of the specified <span class="bold"><strong>which</strong></span> parameter is copied. </p> <p> - If the returned value is zero, the parameter is off; + If the returned value is zero, the configuration flag is off; otherwise it is on. </p> </div> @@ -110,7 +110,7 @@ DbSite::get_config(u_int32_t which, u_int32_t *valuep);</pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp4016024"></a>Class</h3> + <h3 class="title"><a id="idp4001528"></a>Class</h3> </div> </div> </div> @@ -122,7 +122,7 @@ DbSite::get_config(u_int32_t which, u_int32_t *valuep);</pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp4024152"></a>See Also</h3> + <h3 class="title"><a id="idp4013264"></a>See Also</h3> </div> </div> </div> @@ -136,14 +136,14 @@ DbSite::get_config(u_int32_t which, u_int32_t *valuep);</pre> <hr /> <table width="100%" summary="Navigation footer"> <tr> - <td width="40%" align="left"><a accesskey="p" href="dbsite_close.html">Prev</a> </td> + <td width="40%" align="left"><a accesskey="p" href="dbchannel_set_timeout.html">Prev</a> </td> <td width="20%" align="center"> <a accesskey="u" href="rep.html">Up</a> </td> <td width="40%" align="right"> <a accesskey="n" href="dbsite_get_address.html">Next</a></td> </tr> <tr> - <td width="40%" align="left" valign="top">DbSite::close() </td> + <td width="40%" align="left" valign="top">DbChannel::set_timeout() </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> </td> |
