⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 toverrideoverflow.h

📁 The MMS List example demonstrates how to: List the MMS messages in the Inbox and sort them by sen
💻 H
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -