mailbox.idl
来自「《移动Agent技术》一书的所有章节源代码。」· IDL 代码 · 共 59 行
IDL
59 行
/*MobiliTools, v1.0 Copyright (c) 2000 France T閘閏om R&D. All Rights Reserved.This software is the confidential and proprietary information of FranceT閘閏om. You shall use it only in accordance with the terms of the license agreement you entered into with France T閘閏om.FRANCE T蒐蒀OM MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THEIMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. FRANCE T蒐蒀OM SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.*//*IDL definitions for the ACTS Mailbox personality.author: Bruno Dillensegerdate: 30-XI-2000*/module mobilitools{module acts{module personality{module mailbox{module idl{struct MailboxAddress{ string name; string region;};struct Envelope{ MailboxAddress from; string content;};struct ClockEnvelope{ Envelope envelope; long clock;};};};};};};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?