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

📄 interoptest.idl

📁 MICO2.3.13 corba 环境平台
💻 IDL
字号:
#ifndef _InterOpTest_IDL_#define _InterOpTest_IDL_#pragma prefix "adiron.com"module InterOpTest {    /**     * This interface cotains the operation "say_hello",      * which will return you a string representation of      * its client's SecurityLevel3::Principal.     */     interface Peter    {        string say_hello(            in string msg        );    };        /**     * The object behind this interface has two operations     * that test the CSIv2 invocation on your Maurice object.     */    interface Johnson : Peter    {        /**         * This operation will execute "say_hello" on the         * given Peter object, using the credentials         * of the server.         */        string say_hello_from_you(            in Peter pete,            in long  times        );                /**         * This operation will execute "say_hello" on the          * given Peter object, but it will do it with         * CSIv2 Credentials that quotes the client.         */        string say_hello_from_me(            in Peter pete,            in long  times        );                /**         * This operation will execute "say_hello" on the          * given Peter object, but it will do it with         * CSIv2 Credentials that test your GSSUP mechanism.         */        string say_hello_from_user_password(            in Peter pete,            in string targetname,            in string username,            in string password,            in long  times        );    };};#endif

⌨️ 快捷键说明

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