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

📄 filetransferirpnotifications.idl

📁 UCS (Ultra Corba Simulator) is one more powerful corba client/servant simulator tool than other simi
💻 IDL
字号:
//File: FileTransferIRPNotifications.idl
#ifndef _FILE_TRANSFER_IRP_NOTIFICATIONS_IDL_
#define _FILE_TRANSFER_IRP_NOTIFICATIONS_IDL_

#include <FileTransferIRPConstDefs.idl>
#include <NotificationIRPNotifications.idl>

// This statement must appear after all include statements
#pragma prefix "3gppsa5.org"

/* ## Module: FileTransferIRPNotifications
This contains the specification of notifications of FileTransferIRP.
====================================================================
*/
module FileTransferIRPNotifications
{
   /**
   * Constant definitions for the FileReady notification
   */
   interface NotifyFileReady: NotificationIRPNotifications::Notify
   {
      const string EVENT_TYPE = "notifyFileReady";

      /**
      * This constant defines the name of the fileInfoList property,
      * which is transported in the filterable_body fields.
      * The data type for the value of this property is
      * FileTransferIRPConstDefs::FileInfoList.
      */
      const string FILE_INFO_LIST =
         FileTransferIRPConstDefs::AttributeNameValue::FILE_INFO_LIST;

      /**
      * This constant defines the name of the additionalText property,
      * which is transported in the filterable_body fields.
      * The data type for the value of this property is string.
      */
      const string ADDITIONAL_TEXT =
         FileTransferIRPConstDefs::AttributeNameValue::ADDITIONAL_TEXT;
   };

   /**
   * Constant definitions for the FilePreparationError notification
   */
   interface NotifyFilePreparationError:
      NotificationIRPNotifications::Notify
   {
      const string EVENT_TYPE = "notifyFilePreparationError";

      /**
      * This constant defines the name of the fileInfoList property,
      * which is transported in the filterable_body fields.
      * The data type for the value of this property is
      * FileTransferIRPConstDefs::FileInfoList.
      */
      const string FILE_INFO_LIST =
         FileTransferIRPConstDefs::AttributeNameValue::FILE_INFO_LIST;

      /**
      * This constant defines the name of the reason property,
      * which is transported in the filterable_body fields.
      * The data type for the value of this property is string.
      */
      const string REASON =
         FileTransferIRPConstDefs::AttributeNameValue::REASON;

      /**
      * This constant defines the name of the additionalText property,
      * which is transported in the filterable_body fields.
      * The data type for the value of this property is string.
      */
      const string ADDITIONAL_TEXT =
         FileTransferIRPConstDefs::AttributeNameValue::ADDITIONAL_TEXT;
   };

};

#endif // _FILE_TRANSFER_IRP_NOTIFICATIONS_IDL_

⌨️ 快捷键说明

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