~ubuntu-branches/ubuntu/precise/telepathy-mission-control-5/precise

« back to all changes in this revision

Viewing changes to mission-control-plugins/mission-control-plugins.h

Tags: upstream-5.5.2
ImportĀ upstreamĀ versionĀ 5.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Mission Control plugin API (merged header).
 
2
 * #include <mission-control-plugins/mission-control-plugins.h>.
 
3
 *
 
4
 * Copyright (C) 2009 Nokia Corporation
 
5
 * Copyright (C) 2009 Collabora Ltd.
 
6
 *
 
7
 * This library is free software; you can redistribute it and/or
 
8
 * modify it under the terms of the GNU Lesser General Public
 
9
 * License as published by the Free Software Foundation; either
 
10
 * version 2.1 of the License, or (at your option) any later version.
 
11
 *
 
12
 * This library is distributed in the hope that it will be useful,
 
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
15
 * Lesser General Public License for more details.
 
16
 *
 
17
 * You should have received a copy of the GNU Lesser General Public
 
18
 * License along with this library; if not, write to the Free Software
 
19
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
20
 */
 
21
 
 
22
#ifndef MCP_MISSION_CONTROL_PLUGINS_H
 
23
#define MCP_MISSION_CONTROL_PLUGINS_H
 
24
 
 
25
#include <glib-object.h>
 
26
 
 
27
#define _MCP_IN_MISSION_CONTROL_PLUGINS_H
 
28
#include <mission-control-plugins/account.h>
 
29
#include <mission-control-plugins/account-storage.h>
 
30
#include <mission-control-plugins/dispatch-operation.h>
 
31
#include <mission-control-plugins/dispatch-operation-policy.h>
 
32
#include <mission-control-plugins/loader.h>
 
33
#include <mission-control-plugins/request.h>
 
34
#include <mission-control-plugins/request-policy.h>
 
35
#undef  _MCP_IN_MISSION_CONTROL_PLUGINS_H
 
36
 
 
37
#endif