gateway.h

来自「ace开发环境 用来开发网络程序 其运用了设计模式、多平台、C++等多种知识」· C头文件 代码 · 共 34 行

H
34
字号
// -*- C++ -*-//// $Id: Gateway.h 53169 2003-11-01 11:15:26Z dhinton $// ============================================================================//// = LIBRARY//    gateway//// = FILENAME//    Gateway.h//// = DESCRIPTION//    Since the Gateway is an <ACE_Service_Object>, this file defines//    the entry point into the Service Configurator framework.//// = AUTHOR//    Doug Schmidt//// ============================================================================#ifndef ACE_GATEWAY#define ACE_GATEWAY#include "ace/svc_export.h"#if !defined (ACE_LACKS_PRAGMA_ONCE)# pragma once#endif /* ACE_LACKS_PRAGMA_ONCE */ACE_SVC_FACTORY_DECLARE (Gateway)#endif /* ACE_GATEWAY */

⌨️ 快捷键说明

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