toverrideoverflow.h
来自「The MMS List example demonstrates how to」· C头文件 代码 · 共 22 行
H
22 行
/* Copyright (c) 2003, Nokia. All rights reserved */
#ifndef __TOVERRIDEOVERFLOW_H__
#define __TOVERRIDEOVERFLOW_H__
/**
* TOverrideOverFlow class.
* This class is used as argument in AppendFormat calls
* to suppress the panic that would be generated if the
* resulting text would exceed the descriptors maximum length.
*
*/
class TOverrideOverFlow : public TDesOverflow
{
public:
inline void Overflow( TDes& /*aDes*/ ) { return; }
};
#endif // __TOVERRIDEOVERFLOW_H__
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?