123
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
<HTML>
|
||||
|
||||
<HEAD>
|
||||
<TITLE>Ubi.com GameService SDK</TITLE>
|
||||
<LINK href="./gs-sdk-doc.css" rel="stylesheet" type="text/css">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!-- Generated by Doxygen 1.3.4 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div>
|
||||
<h1>GSLadderQueryCB.h</h1><a href="GSLadderQueryCB_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001
|
||||
00002 <span class="comment">//****************************************************************************</span>
|
||||
00003 <span class="comment">//* Author: Guillaume Plante <gsdevelopers@ubisoft.com></span>
|
||||
00004 <span class="comment">//* Date: 2003-07-14</span>
|
||||
00011 <span class="comment"></span><span class="comment">//****************************************************************************</span>
|
||||
00012
|
||||
00013 <span class="preprocessor">#ifndef __GSLADDERQUERYCB_H__</span>
|
||||
00014 <span class="preprocessor"></span><span class="preprocessor">#define __GSLADDERQUERYCB_H__</span>
|
||||
00015 <span class="preprocessor"></span>
|
||||
00016 <span class="preprocessor">#include "GSTypes.h"</span>
|
||||
00017
|
||||
00018 <span class="preprocessor">#ifdef __cplusplus</span>
|
||||
00019 <span class="preprocessor"></span><span class="keyword">class </span>clLadderQueryCallbacks
|
||||
00020 {
|
||||
00021 <span class="keyword">public</span>:
|
||||
00022 <span class="keyword">virtual</span> GSvoid LadderQueryRcv_RequestReply(GSubyte ucType, GSint iReason, GSuint uiRequestId) = 0;
|
||||
00023 };
|
||||
00024
|
||||
00025 <span class="preprocessor">#endif //__cplusplus</span>
|
||||
00026 <span class="preprocessor"></span>
|
||||
00032 <span class="comment">//============================================================================</span>
|
||||
00033 <span class="comment">// Callback CBLadderQueryRcv_RequestReply </span>
|
||||
00034
|
||||
00048 <span class="comment">//============================================================================</span>
|
||||
<a name="l00049"></a><a class="code" href="group__group__LadderQuery.html#a0">00049</a> <span class="keyword">typedef</span> GSvoid (__stdcall *<a class="code" href="group__group__LadderQuery.html#a0">CBLadderQueryRcv_RequestReply</a>)(GSubyte ucType, GSint iReason, GSuint uiRequestId);
|
||||
00050
|
||||
00051
|
||||
00054 <span class="preprocessor">#endif //__GSLADDERQUERYCB_H__</span>
|
||||
</pre></div><hr>
|
||||
<p align="right">
|
||||
<i>Ubi.com GameService SDK - ©UbiSoft Entertainment 2002 </i><br>
|
||||
<i><a href="mailto:gsdevteam@ubisoft.com">GameService development team</a></i>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user