⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 depot_i.h

📁 mico_example_siegel c源代码
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -