📄 w32_test_impl.h
字号:
// w32_test_impl.h,v 1.2 1999/10/06 13:05:45 schmidt Exp
#ifndef w32_test_impl_h
#define w32_test_impl_h
#include "w32_testS.h"
class W32_Test_Impl : public POA_W32_Test_Interface
{
public:
~W32_Test_Impl (void);
W32_Test_Impl (void);
char *getresponse (CORBA::Long respnr);
private:
int blabla;
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -