~saviq/unity-api/add-shell-notifications-api

« back to all changes in this revision

Viewing changes to test/mocks/plugins/Unity/Notifications/Mocks/MockSource.h

  • Committer: Michał Sawicz
  • Date: 2013-05-14 08:12:15 UTC
  • Revision ID: michal.sawicz@canonical.com-20130514081215-pgk4hui2gaqdgjic
fix c++ and naming style

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <unity/config.h>
25
25
 
26
 
#include <unity/shell/notifications/source.h>
 
26
#include <unity/shell/notifications/SourceInterface.h>
27
27
 
28
28
#include <QtCore/QVariantMap>
29
29
 
30
 
namespace unity {
31
 
namespace shell {
32
 
namespace notifications {
 
30
namespace unity
 
31
{
 
32
namespace shell
 
33
{
 
34
namespace notifications
 
35
{
33
36
 
34
37
class ModelInterface;
35
38