~stolowski/unity-scopes-shell/scopes-harness-filters

« back to all changes in this revision

Viewing changes to src/scope-harness/matcher/filter-list-matcher.cpp

  • Committer: Pawel Stolowski
  • Date: 2016-01-13 08:09:22 UTC
  • Revision ID: pawel.stolowski@canonical.com-20160113080922-rbr25qg9vqivf2v2
Filters - scope harness support - skeleton

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2016 Canonical, Ltd.
 
3
 *
 
4
 * This library is free software; you can redistribute it and/or modify it under
 
5
 * the terms of version 3 of the GNU Lesser General Public License as published
 
6
 * by the Free Software Foundation.
 
7
 *
 
8
 * This library is distributed in the hope that it will be useful, but WITHOUT
 
9
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 
10
 * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
 
11
 * details.
 
12
 *
 
13
 * You should have received a copy of the GNU Lesser General Public License
 
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
15
 *
 
16
 * Author: Pawel Stolowski <pawel.stolowski@canonical.com>
 
17
 */
 
18
 
 
19
#include <scope-harness/matcher/filter-matcher.h>
 
20
#include <scope-harness/matcher/filter-list-matcher.h>
 
21
 
 
22
using namespace std;
 
23
 
 
24
namespace unity
 
25
{
 
26
namespace scopeharness
 
27
{
 
28
namespace matcher
 
29
{
 
30
 
 
31
 
 
32
 
 
33
}
 
34
}
 
35
}