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

« back to all changes in this revision

Viewing changes to test/mocks/plugins/Unity/Notifications/Mocks/MockNotificationsPlugin.cpp

  • 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:
18
18
 */
19
19
 
20
20
 
21
 
#include <Mocks/mocknotificationsplugin.h>
22
 
#include <Mocks/mocksource.h>
 
21
#include <Mocks/MockNotificationsPlugin.h>
 
22
#include <Mocks/MockSource.h>
23
23
 
24
 
#include <unity/shell/notifications/source.h>
 
24
#include <unity/shell/notifications/SourceInterface.h>
25
25
 
26
26
#include <qqml.h>
27
27