mt_object_i.h
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C头文件 代码 · 共 46 行
H
46 行
// -*- c++ -*-
// MT_Object_i.h,v 1.5 2002/01/29 20:21:08 okellogg Exp
// ============================================================================
//
// = LIBRARY
// TAO/tests/NestedUpCalls/MT_Client test
//
// = FILENAME
// MT_Object_A_i.h
//
// = DESCRIPTION
// This class implements the Object A of the
// Nested Upcalls - MT Client test
//
// = AUTHORS
// Michael Kircher
//
// ============================================================================
#ifndef MT_OBJECT_IMPL_H
# define MT_OBJECT_IMPL_H
#include "MT_Client_TestS.h"
#include "MT_Client_TestC.h"
class MT_Object_i : public POA_MT_Object
{
// = TITLE
// Implement the <MT_Object> IDL interface.
public:
MT_Object_i (void);
// Constructor.
virtual ~MT_Object_i (void);
// Destructor.
virtual CORBA::Long yadda (CORBA::Long hop_count,
MT_Object_ptr partner
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
};
#endif /* MT_OBJECT_IMPL_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?