⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rtoldevent.mpc

📁 这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用于网络游戏医学图像网关的高qos要求.更详细的内容可阅读相应的材料
💻 MPC
字号:
// -*- MPC -*-
// RTOLDEvent.mpc,v 1.9 2003/12/23 21:04:24 dhinton Exp

project(RTOLDEvent) : orbsvcslib, core, rtevent, rtsched, naming, svc_utils, portableserver {
  sharedname   = TAO_RTOLDEvent
  dynamicflags = TAO_RTOLDEVENT_BUILD_DLL
  tagchecks   += RTOLDEvent
  // Add this include path for precompiled headers
  includes    += $(TAO_ROOT)/orbsvcs/orbsvcs

  IDL_Files {
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    RTOLDEvent {
      Event/BCU.cpp
      Event/Dispatching_Modules.cpp
      Event/Event_Channel.cpp
      Event/Event_Manip.cpp
      Event/GPlot_File.cpp
      Event/Local_ESTypes.cpp
      Event/Memory_Pools.cpp
      Event/Module_Factory.cpp
      Event/ReactorTask.cpp
      Event/RT_Task.cpp
      Event/Timer_Module.cpp
    }
  }

  // Since the resource file for RTOLDEvent does
  // not match the project name, we must explicitly list it.
  Resource_Files {
    RTOldEvent.rc
  }
}

⌨️ 快捷键说明

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