qosproperties.mpc
来自「在使用TAO的通知服务过程中作为提供者于消费者的各种例程。」· MPC 代码 · 共 27 行
MPC
27 行
project(*Server): taoexe, portableserver, namingexe, notification_skel {
requires += exceptions
Source_Files {
StructuredEventSupplier_i.cpp
MessengerServer.cpp
Messenger_i.cpp
}
}
project(*Client): taoexe, namingexe, notification {
requires += exceptions
Source_Files {
MessengerC.cpp
MessengerClient.cpp
}
}
project(*Consumer): taoexe, portableserver, namingexe, notification_skel {
requires += exceptions
IDL_Files {
}
Source_Files {
MessengerConsumer.cpp
StructuredEventConsumer_i.cpp
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?