?? messaging.pidl
字號:
// -*- IDL -*-
//=============================================================================
/**
* @file Messaging.pidl
*
* Messaging.pidl,v 1.5 2004/01/06 17:14:23 bala Exp
*
* This file was used to generate the code in Messaging{C,S,S_T}.{h,i,cpp}
*
* The command used to generate code from this file is:
*
* tao_idl
* -o orig -Gp -Gd -GT -Ge 1
* -Wb,export_macro=TAO_Messaging_Export
* -Wb,export_include=messaging_export.h
* -Wb,pre_include="ace/pre.h"
* -Wb,post_include="ace/post.h" -I$(TAO_ROOT)
* Messaging.pidl
*
* after the file is generated a patch must be applied:
*
* cp orig/Messaging{C,S,S_T}.{h,i,cpp} .
* patch < diffs/Messaging.diff
*
* The patch eliminates cycles in the include dependencies.
*
* Note: to update the patch file after re-generating the code use:
*
* for i in Messaging{C,S,S_T}.{h,i,cpp}; do
* diff -uBbw orig/$i $i;
* done > diffs/Messaging.diff
*/
//=============================================================================
#ifndef TAO_MESSAGING_PIDL
#define TAO_MESSAGING_PIDL
#include "tao/Pollable.pidl"
#include "tao/Messaging/Messaging_SyncScope_Policy.pidl"
#include "tao/Messaging/Messaging_RT_Policy.pidl"
#include "tao/Messaging/Messaging_No_Impl.pidl"
#include "tao/OctetSeq.pidl"
#pragma prefix "omg.org"
module Messaging
{
//
// Exception Delivery in the Callback Model
//
valuetype ExceptionHolder {
public boolean is_system_exception;
public boolean byte_order;
public CORBA::OctetSeq marshaled_exception;
};
//
// Base interface for the Callback model
//
interface ReplyHandler { };
};
#endif /* TAO_MESSAGING_PIDL */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -