~bilalakhtar/unity/software-center-integration-for-o

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/TrashLauncherIcon.h

  • Committer: Bilal Akhtar
  • Date: 2012-01-15 14:03:49 UTC
  • mfrom: (1346.2.488 unity)
  • Revision ID: bilalakhtar@ubuntu.com-20120115140349-mht4dke0occbsyra
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "DndData.h"
28
28
#include "SimpleLauncherIcon.h"
29
29
 
30
 
namespace unity {
 
30
namespace unity
 
31
{
 
32
namespace launcher
 
33
{
31
34
 
32
35
class TrashLauncherIcon : public SimpleLauncherIcon
33
36
{
60
63
  static void OnEmptyTrash(DbusmenuMenuitem* item, int time, TrashLauncherIcon* self);
61
64
};
62
65
 
 
66
}
63
67
} // namespace unity
64
68
 
65
69
#endif // TRASHLAUNCHERICON_H