代码搜索:handler

找到约 10,000 项符合「handler」的源代码

代码结果 10,000
www.eeworm.com/read/189320/5199826

i saxprint_handler.i

// -*- C++ -*- SAXPrint_Handler.i,v 1.2 2002/01/24 21:00:01 nanbor Exp ACEXML_INLINE void ACEXML_SAXPrint_Handler::inc_indent (void) { this->indent_ += 1; } ACEXML_INLINE void ACEXML_SAXPrint_Han
www.eeworm.com/read/189320/5199910

h svcconf_handler.h

// Svcconf_Handler.h,v 1.6 2002/10/13 03:58:57 kitty Exp //============================================================================= /** * @file Svcconf_Handler.h * * Svcconf_Handler.h,v
www.eeworm.com/read/189320/5199915

cpp svcconf_handler.cpp

// Svcconf_Handler.cpp,v 1.14 2005/02/14 07:59:47 ossama Exp #include "Svcconf_Handler.h" #include "ace/ACE.h" #include "ace/Log_Msg.h" #include "ace/Service_Config.h" #include "ace/Service_Types.h"
www.eeworm.com/read/189320/5199920

i svcconf_handler.i

// -*- C++ -*- Svcconf_Handler.i,v 1.3 2002/07/13 01:33:11 kitty Exp ACE_INLINE ACE_Parsed_Info::ACE_Parsed_Info () : name_ (0), service_type_ (ACE_Service_Type::INVALID_TYPE), active_ (1)
www.eeworm.com/read/189320/5200461

h connection_handler.h

/* -*- C++ -*- */ // Connection_Handler.h,v 4.5 2005/12/30 11:16:47 jwillemsen Exp // ============================================================================ // // = LIBRARY // gateway // //
www.eeworm.com/read/189320/5200488

cpp connection_handler.cpp

// Connection_Handler.cpp,v 4.8 2005/12/30 11:16:47 jwillemsen Exp #define ACE_BUILD_SVC_DLL #include "ace/OS_NS_string.h" #include "Event_Channel.h" #include "Concrete_Connection_Handlers.h" ACE_R
www.eeworm.com/read/189320/5200583

cpp protocol_handler.cpp

// Protocol_Handler.cpp,v 1.2 2004/01/04 21:17:14 bala Exp #ifndef JAWS_BUILD_DLL #define JAWS_BUILD_DLL #endif #include "jaws3/Protocol_Handler.h" #include "jaws3/Concurrency.h" JAWS_Protocol_Stat
www.eeworm.com/read/189320/5200595

h protocol_handler.h

// Protocol_Handler.h,v 1.3 2005/03/01 19:15:09 schmidt Exp #ifndef JAWS_PROTOCOL_HANDLER_H #define JAWS_PROTOCOL_HANDLER_H #include "ace/Message_Block.h" #include "jaws3/Export.h" #include "jaws3/E
www.eeworm.com/read/189320/5200677

cpp http_handler.cpp

// HTTP_Handler.cpp,v 1.29 2006/01/16 17:08:19 spaunov Exp // HTTP_Service.cpp -- simple implementation of the HTTP protocol #include "ace/Message_Block.h" #include "ace/Filecache.h" #include "HTTP
www.eeworm.com/read/189320/5200687

h http_handler.h

/* -*- c++ -*- */ // Hey, Emacs! This is a C++ file! // HTTP_Handler.h,v 1.16 2006/01/16 17:08:19 spaunov Exp // ============================================================================ // // =