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

📄 thief.idl

📁 一个使用CORBA DSI编程的例子
💻 IDL
字号:
/*This example is to test the activation and de-activation of servant object*/module Thief{	interface Valuable	{		void sayValue();	};		interface Count	{		void print();	};		interface Money : Valuable	{		void getCount(out Count count);	};		interface Jewelry : Valuable	{	};		interface Session	{		void applyKey(in string key, 			out Valuable theft);				void setMode(in short mode);	};		interface SessionFactory	{		void login(out Session session);	};	};

⌨️ 快捷键说明

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