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

📄 bubblesortnotify.h

📁 活动对象的例子,是从诺基亚的网站上下载的
💻 H
字号:
// Copyright (c) 2006 Nokia Corporation.

#ifndef __BUBBLESORTNOTIFY_H__
#define __BUBBLESORTNOTIFY_H__

class MBubbleSortNotify 
{
public:
/*!
  @function ReadChunk

  @discussion Notifies caller of read of all data.  
              Data is contain in aData (or NULL if error)
              Caller is responsible for deleting aData
  */
    virtual void SortComplete(TInt aError) = 0;
};

#endif // __BUBBLESORTNOTIFY_H__

// End of file

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -