central.idl
来自「mico_example_siegel c源代码」· IDL 代码 · 共 21 行
IDL
21 行
#ifndef CENTRAL_IDL#define CENTRAL_IDL// Include interface definition for store and POS objects.#include "POS.idl"#include "Store.idl"module CentralOffice { interface Depot { void FindItemInfo( in AStore::AStoreId StoreId, in POS::Barcode Item, in long Quantity, out AStore::ItemInfo IInfo) raises (AStore::BarcodeNotFound); };};#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?