call_funcs.h
来自「这是经典的CORBA程序」· C头文件 代码 · 共 36 行
H
36 行
//-----------------------------------------------------------------------------
// Copyright (c) 2003-2020 EBUPT INFO CO.,LTD
//-----------------------------------------------------------------------------
//----------------------------------------------------------------------
// File: call_funcs.h
//
// Description: Client-side functions that invoke operations on
// the server.
//----------------------------------------------------------------------
#ifndef CALL_FUNCS_H_
#define CALL_FUNCS_H_
//--------
// #include's
//--------
#include <omg/orb.hh>
#include "hello.hh"
extern void call_Hello_getGreeting(
Hello_ptr obj
);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?