epirpnotifications.idl

来自「UCS (Ultra Corba Simulator) is one more 」· IDL 代码 · 共 45 行

IDL
45
字号
//File: EPIRPNotifications.idl
#ifndef _EP_IRP_NOTIFICATIONS_IDL_
#define _EP_IRP_NOTIFICATIONS_IDL_

#include <NotificationIRPNotifications.idl>
#include <EPIRPConstDefs.idl>

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

/* ## Module: EPIRPNotifications
*/
module EPIRPNotifications
{
   interface NotifyIRPInfoChanges: NotificationIRPNotifications::Notify
   {
      const string ET_IRPINFO_CHANGES = "notifyIrpInfoChanges";

      /**
      * This constant defines the name of the iRPDn property.
      * The data type for the value of this property
      * is DN.
      */
      const string IRP_DN =
         EPIRPConstDefs::AttributeNameValue::IRP_DN;

      /**
      * This constant defines the name of the changeMode property.
      * The data type for the value of this property is ChangeMode.
      */
      const string CHANGE_MODE =
         EPIRPConstDefs::AttributeNameValue::CHANGE_MODE;

      /**
      * This constant defines the name of the additionalText property.
      * The data type for the value of this property is string.
      */
      const string ADDITIONAL_TEXT =
         EPIRPConstDefs::AttributeNameValue::ADDITIONAL_TEXT;
   };

};

#endif // _EP_IRP_NOTIFICATIONS_IDL_

⌨️ 快捷键说明

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