00001 00002 //**************************************************************************** 00003 //* Author: Guillaume Plante <gsdevelopers@ubisoft.com> 00004 //* Date: 2003-07-14 00011 //**************************************************************************** 00012 00013 #ifndef __GSLADDERQUERYCB_H__ 00014 #define __GSLADDERQUERYCB_H__ 00015 00016 #include "GSTypes.h" 00017 00018 #ifdef __cplusplus 00019 class clLadderQueryCallbacks 00020 { 00021 public: 00022 virtual GSvoid LadderQueryRcv_RequestReply(GSubyte ucType, GSint iReason, GSuint uiRequestId) = 0; 00023 }; 00024 00025 #endif //__cplusplus 00026 00032 //============================================================================ 00033 // Callback CBLadderQueryRcv_RequestReply 00034 00048 //============================================================================ 00049 typedef GSvoid (__stdcall *CBLadderQueryRcv_RequestReply)(GSubyte ucType, GSint iReason, GSuint uiRequestId); 00050 00051 00054 #endif //__GSLADDERQUERYCB_H__
Ubi.com GameService SDK - ©UbiSoft Entertainment 2002
GameService development team