119 lines
5.9 KiB
HTML
119 lines
5.9 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>ServerCore: ConsoleServer.cpp File Reference</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">ServerCore
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.17 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="summary">
|
|
<a href="#namespaces">Namespaces</a> </div>
|
|
<div class="headertitle">
|
|
<div class="title">ConsoleServer.cpp File Reference</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="textblock"><code>#include "<a class="el" href="_console_server_8h_source.html">ConsoleServer.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="_console_session_8h_source.html">ConsoleSession.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="_command_8h_source.html">Command.h</a>"</code><br />
|
|
<code>#include "Log.h"</code><br />
|
|
</div><div class="textblock"><div class="dynheader">
|
|
Include dependency graph for ConsoleServer.cpp:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="_console_server_8cpp__incl.png" border="0" usemap="#_console_server_8cpp" alt=""/></div>
|
|
<map name="_console_server_8cpp" id="_console_server_8cpp">
|
|
<area shape="rect" title=" " alt="" coords="243,5,386,32"/>
|
|
<area shape="rect" href="_console_server_8h.html" title=" " alt="" coords="155,229,283,256"/>
|
|
<area shape="rect" href="_command_8h.html" title=" " alt="" coords="403,528,504,555"/>
|
|
<area shape="rect" title=" " alt="" coords="101,603,158,629"/>
|
|
<area shape="rect" href="_console_session_8h.html" title=" " alt="" coords="461,80,597,107"/>
|
|
<area shape="rect" title=" " alt="" coords="769,901,845,928"/>
|
|
<area shape="rect" href="_t_l_s_server_8h.html" title=" " alt="" coords="659,304,757,331"/>
|
|
<area shape="rect" href="_e_poll_8h.html" title=" " alt="" coords="187,453,253,480"/>
|
|
<area shape="rect" title=" " alt="" coords="144,304,253,331"/>
|
|
<area shape="rect" href="_socket_8h.html" title=" " alt="" coords="692,752,769,779"/>
|
|
<area shape="rect" href="_t_c_p_server_8h.html" title=" " alt="" coords="832,379,933,405"/>
|
|
<area shape="rect" href="_i_p_address_8h.html" title=" " alt="" coords="869,752,968,779"/>
|
|
<area shape="rect" href="_t_c_p_session_8h.html" title=" " alt="" coords="563,603,672,629"/>
|
|
<area shape="rect" href="_object_8h.html" title=" " alt="" coords="667,827,743,853"/>
|
|
<area shape="rect" href="_t_c_p_socket_8h.html" title=" " alt="" coords="806,677,909,704"/>
|
|
<area shape="rect" href="_i_p_address_list_8h.html" title=" " alt="" coords="985,677,1106,704"/>
|
|
<area shape="rect" href="_command_list_8h.html" title=" " alt="" coords="379,453,503,480"/>
|
|
<area shape="rect" title=" " alt="" coords="459,603,539,629"/>
|
|
<area shape="rect" href="_session_filter_8h.html" title=" " alt="" coords="559,677,675,704"/>
|
|
<area shape="rect" href="_thread_8h.html" title=" " alt="" coords="198,528,277,555"/>
|
|
<area shape="rect" href="_terminal_session_8h.html" title=" " alt="" coords="974,155,1114,181"/>
|
|
<area shape="rect" href="_t_l_s_session_8h.html" title=" " alt="" coords="891,229,997,256"/>
|
|
<area shape="rect" title=" " alt="" coords="891,304,997,331"/>
|
|
</map>
|
|
</div>
|
|
</div><table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
|
|
Namespaces</h2></td></tr>
|
|
<tr class="memitem:namespacecore"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecore.html">core</a></td></tr>
|
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
|
</table>
|
|
</div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by  <a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
</a> 1.8.17
|
|
</small></address>
|
|
</body>
|
|
</html>
|