depot_i.h

来自「mico_example_siegel c源代码」· C头文件 代码 · 共 22 行

H
22
字号
#ifndef DEPOT_I_H#define DEPOT_I_H/* #include <### Central interface header file> */#include <Central.h>#include "DepotData.h"/* class Depot_i : <### ORB specific base class> { */class Depot_i :  virtual public CentralOffice::Depot_skel  {  DepotData m_items;public:  Depot_i(PseudoNameService_ptr pns);  virtual void FindItemInfo (CORBA::Long           StoreId,                             const char           *Item,/*                             const POS::Barcode Item,*/                             CORBA::Long           Quantity,/*                             AStore::ItemInfo_out  OutItemInfo); */                             AStore::ItemInfo*&  OutItemInfo);};#endif

⌨️ 快捷键说明

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