📄 test_i.h
字号:
// test_i.h,v 1.1 2002/12/23 22:01:33 boris Exp
// ============================================================================
//
// = LIBRARY
// TAO/tests/Send_File
//
// = FILENAME
// test_i.h
//
// = AUTHOR
// Carlos O'Ryan
//
// ============================================================================
#ifndef TAO_SEND_FILE_TEST_I_H
#define TAO_SEND_FILE_TEST_I_H
#include "testS.h"
class Simple_Server_i : public POA_Simple_Server
{
// = TITLE
// Simpler Server implementation
//
// = DESCRIPTION
// Implements the Simple_Server interface in test.idl
//
public:
Simple_Server_i (CORBA::ORB_ptr orb);
// ctor
// = The Simple_Server methods.
void send_line (const char *line
ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
void shutdown (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
private:
CORBA::ORB_var orb_;
};
#if defined(__ACE_INLINE__)
#include "test_i.i"
#endif /* __ACE_INLINE__ */
#endif /* TAO_SEND_FILE_TEST_I_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -