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