📄 call_funcs.h
字号:
//-----------------------------------------------------------------------------
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -