rt_notification.mpc

来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· MPC 代码 · 共 25 行

MPC
25
字号
// -*- MPC -*-
// RT_Notification.mpc,v 1.8 2004/01/08 13:46:37 elliott_c Exp

project(RT_Notification) : orbsvcslib, core, svc_utils, dynamicany, portableserver, rtcorba, notify {
  sharedname   = TAO_RT_Notification
  idlflags    += -Wb,export_macro=TAO_RT_Notify_Export -Wb,export_include=Notify/rt_notify_export.h
  dynamicflags = TAO_RT_NOTIFY_BUILD_DLL
  tagchecks   += RT_Notify
  includes    += $(TAO_ROOT)/orbsvcs/orbsvcs

  IDL_Files {
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    RT_Notify {
      Notify/RT_Builder.cpp
      Notify/RT_Factory.cpp
      Notify/RT_Notify_Service.cpp
      Notify/RT_POA_Helper.cpp
      Notify/RT_Properties.cpp
      Notify/Structured/RT_StructuredProxyPushSupplier.cpp
    }
  }
}

⌨️ 快捷键说明

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