代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/137483/5824025
cpp handler_map.cpp
#include "stdafx.h"
BOOL jRegGetKey(LPCTSTR pSubKeyName, LPCTSTR pValueName, LPBYTE pValue);
/* **************************************************************************************
CMapCe
www.eeworm.com/read/137483/5824045
cpp handler_item.cpp
#include "stdafx.h"
int CItem::GetUpgrade(int nCount, int nRandom)
{
int nResult = 0;
for (int i = 0; i < nCount; i++)
{
if ((rand() % nRandom) == 0)
nResult++;
else
break;
www.eeworm.com/read/136989/5826816
h request_handler.h
/**
* Request_Handler.h,v 1.1 2004/01/01 21:01:00 shuston Exp
*
* Sample code from The ACE Programmer's Guide,
* copyright 2003 Addison-Wesley. All Rights Reserved.
*/
#ifndef __REQUEST_H
www.eeworm.com/read/136989/5827113
h logging_handler.h
/* -*- C++ -*- */
// Logging_Handler.h,v 4.5 2003/11/01 11:15:23 dhinton Exp
// ============================================================================
//
// = LIBRARY
// examples
//
www.eeworm.com/read/136989/5827120
cpp logging_handler.cpp
// Logging_Handler.cpp,v 4.16 2002/04/11 14:49:12 dhinton Exp
#include "ace/Log_Msg.h"
#include "Logging_Handler.h"
#include "Reactor_Singleton.h"
#include "ace/Log_Record.h"
ACE_RCSID(simp
www.eeworm.com/read/136989/5827152
h connection_handler.h
/* -*- C++ -*- */
// Connection_Handler.h,v 4.2 2003/11/09 04:12:07 dhinton Exp
#ifndef ACE_CONNECTION_HANDLER_H
#define ACE_CONNECTION_HANDLER_H
#include "ace/SOCK_Stream.h"
#include "ace/
www.eeworm.com/read/136989/5827154
dsp connection_handler.dsp
# Microsoft Developer Studio Project File - Name="Examples Connection misc Connection_Handler" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT
www.eeworm.com/read/136989/5827155
cpp connection_handler.cpp
// Connection_Handler.cpp,v 4.21 2003/11/05 02:04:53 dhinton Exp
// ============================================================================
//
// = FILENAME
// Connection_Handler.cpp
//
www.eeworm.com/read/136989/5827594
h client_handler.h
// client_handler.h,v 1.7 1999/09/22 03:13:40 jcej Exp
#ifndef CLIENT_HANDLER_H
#define CLIENT_HANDLER_H
/* Our client handler must exist somewhere in the ACE_Event_Handler
object hierarchy
www.eeworm.com/read/136989/5827599
cpp client_handler.cpp
// client_handler.cpp,v 1.11 2000/03/19 20:09:23 jcej Exp
/* Since this is the third time we've seen most of this, I'm going to
strip out almost all of the comments that you've already seen.