5c14534bc4cb68239cfc9f404f2b16f3eedf3c95
[platform/core/appfw/message-port-dbus.git] / lib / msgport-factory.h
1 /* vi: set et sw=4 ts=4 cino=t0,(0: */
2 /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 /*
4  * Copyright (C) 2013 Intel Corporation.
5  *
6  * Contact: Amarnath Valluri <amarnath.valluri@linux.intel.com>
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful, but
14  * WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
21  * 02110-1301 USA
22  */
23
24 #ifndef __MSGPORT_FACTORY_H
25 #define __MSGPORT_FACTORY_H
26
27 #include <glib.h>
28
29 G_BEGIN_DECLS
30
31 typedef struct _MsgPortManager MsgPortManager;
32
33 MsgPortManager * msgport_factory_get_manager ();
34
35 G_END_DECLS
36
37 #endif /* __MSGPORT_FACTORY_H */