~mardy/unity-scopes-api/clientid-1554040

« back to all changes in this revision

Viewing changes to include/unity/scopes/internal/QueryCtrlObjectBase.h

  • Committer: Michi Henning
  • Date: 2015-02-25 05:20:57 UTC
  • mfrom: (163.386.1 devel)
  • mto: (163.386.2 devel)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: michi.henning@canonical.com-20150225052057-9p21sge1myzaowcb
Merged devel and resolved conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#pragma once
20
20
 
21
21
#include <unity/scopes/internal/AbstractObject.h>
22
 
#include <unity/scopes/internal/InvokeInfo.h>
23
22
 
24
23
namespace unity
25
24
{
30
29
namespace internal
31
30
{
32
31
 
 
32
struct InvokeInfo;
 
33
 
33
34
class QueryCtrlObjectBase : public AbstractObject
34
35
{
35
36
public: