default_ort.pidl

来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· PIDL 代码 · 共 52 行

PIDL
52
字号
// -*- IDL -*-
/**
 * @file Default_ORT.pidl
 *
 * Default_ORT.pidl,v 1.4 2003/10/28 18:29:29 bala Exp
 *
 * @brief Pre-compiled IDL source for the TAO_Default_ORT module.
 *
 * This file is used to generate Default_ORTC.{h,i,cpp}, using the following
 * command:
 *
 *   tao_idl.exe
 *        -o orig -Ge 1 -GT
 *        -I../..
 *        -Wb,export_macro=TAO_PortableServer_Export \
 *        -Wb,export_include="portableserver_export.h" \
 *        -Wb,pre_include="ace/pre.h"
 *        -Wb,post_include="ace/post.h"
 *        Default_ORT.pidl
 *
 * and then:
 *
 * cp orig/Default_ORTC.{h,i,cpp} .
 * patch < diffs/Default_ORT.diff
 *
 * The code left in Default_ORTC.{h,i,cpp} is
 * ready for use.
 *
 *
 * @note The diffs were generated using:
 *
 *   rm diffs/Default_ORT.diff
 *   for i in Default_ORTC.{h,i,cpp}; do
 *     diff -wub orig/$i $i >> diffs/Default_ORT.diff
 *   done
 */

#ifndef TAO_DEFAULT_ORT_PIDL
#define TAO_DEFAULT_ORT_PIDL

#include <tao/ObjRefTemplate/ObjectReferenceTemplate.pidl>

module TAO_Default_ORT
{
  valuetype ObjectReferenceTemplate
    : PortableInterceptor::ObjectReferenceTemplate 
  {
  };
};

#endif /* TAO_DEFAULT_ORT_PIDL */

⌨️ 快捷键说明

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