📄 testi.h
字号:
// **********************************************************************//// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.//// This copy of Ice is licensed to you under the terms described in the// ICE_LICENSE file included in this distribution.//// **********************************************************************#ifndef TEST_I_H#define TEST_I_H#include <Test.h>class TestI : public Test::TestIntf{public: virtual void requestFailedException(const Ice::Current&); virtual void unknownUserException(const Ice::Current&); virtual void unknownLocalException(const Ice::Current&); virtual void unknownException(const Ice::Current&); virtual void userException(const Ice::Current&); virtual void localException(const Ice::Current&); virtual void stdException(const Ice::Current&); virtual void cppException(const Ice::Current&); virtual void unknownExceptionWithServantException(const Ice::Current&); virtual void shutdown(const Ice::Current&);};class CookieI : public Test::Cookie{public: virtual std::string message() const;};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -