⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 global_8h-source.html

📁 采用 ACE 开发的 radius 应用
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>ace-radius: COMMON/Global.h Source File</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.3.7-20040704 --><div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a></div><h1>COMMON/Global.h</h1><pre class="fragment"><div>00001 <span class="comment">/*</span>00002 <span class="comment"> * This source file is part of the ace-radius library.  This code was</span>00003 <span class="comment"> * written by Alex Agranov in 2004, and is covered by the BSD open source</span>00004 <span class="comment"> * license. Refer to the accompanying documentation for details on usage and</span>00005 <span class="comment"> * license.</span>00006 <span class="comment"> */</span>00007 00008 <span class="preprocessor">#ifndef _GLOBAL_H__</span>00009 <span class="preprocessor"></span><span class="preprocessor">#define _GLOBAL_H__</span>00010 <span class="preprocessor"></span>00011 <span class="preprocessor">#include "ace/Basic_Types.h"</span>00012 <span class="preprocessor">#include "ace/OS.h"</span>00013 00014 <span class="comment">// bool type may not be supported on all platforms,</span>00015 <span class="comment">// therefore we use the following #define's</span>00016 <span class="preprocessor">#define D_TRUE  1</span>00017 <span class="preprocessor"></span><span class="preprocessor">#define D_FALSE 0</span>00018 <span class="preprocessor"></span>00019 00020 <span class="comment">// generic type for function's return</span>00021 <span class="preprocessor">#define RC_SUCCESS 0</span>00022 <span class="preprocessor"></span><span class="preprocessor">#define RC_FAIL   -1</span>00023 <span class="preprocessor"></span>00024 <span class="preprocessor">#endif // _GLOBAL_H__</span></div></pre><hr size="1"><address style="align: right;"><small>Generated on Sun Oct 30 11:00:57 2005 for ace-radius by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7-20040704 </small></address></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -