pluginparameters.cpp
来自「这是国外的resip协议栈」· C++ 代码 · 共 29 行
CPP
29 行
#include <cppunit/plugin/PlugInParameters.h>#if !defined(CPPUNIT_NO_TESTPLUGIN)CPPUNIT_NS_BEGINPlugInParameters::PlugInParameters( const std::string &commandLine ) : m_commandLine( commandLine ){}PlugInParameters::~PlugInParameters(){}std::string PlugInParameters::getCommandLine() const{ return m_commandLine;}CPPUNIT_NS_END#endif // !defined(CPPUNIT_NO_TESTPLUGIN)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?