Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 879 Bytes

mms_connman_ofono_log.h

File metadata and controls

33 lines (27 loc) · 879 Bytes
 
Feb 17, 2014
Feb 17, 2014
1
/*
Jan 30, 2016
Jan 30, 2016
2
* Copyright (C) 2013-2016 Jolla Ltd.
Oct 27, 2015
Oct 27, 2015
3
* Contact: Slava Monich <slava.monich@jolla.com>
Feb 17, 2014
Feb 17, 2014
4
5
6
7
8
9
10
11
12
13
14
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
Jan 30, 2016
Jan 30, 2016
15
16
#ifndef JOLLA_MMS_CONNMAN_OFONO_LOG_H
#define JOLLA_MMS_CONNMAN_OFONO_LOG_H
Feb 17, 2014
Feb 17, 2014
17
Jul 13, 2016
Jul 13, 2016
18
#include "mms_lib_types.h"
Feb 17, 2014
Feb 17, 2014
19
Jan 30, 2016
Jan 30, 2016
20
#define MMS_CONNMAN_LOG_MODULES(log) \
Oct 27, 2015
Oct 27, 2015
21
log(gofono_log)
Feb 17, 2014
Feb 17, 2014
22
Jan 30, 2016
Jan 30, 2016
23
MMS_CONNMAN_LOG_MODULES(GLOG_MODULE_DECL)
Feb 17, 2014
Feb 17, 2014
24
Jan 30, 2016
Jan 30, 2016
25
#endif /* JOLLA_MMS_CONNMAN_OFONO_LOG_H */
Feb 17, 2014
Feb 17, 2014
26
27
28
29
30
31
32
33
/*
* Local Variables:
* mode: C
* c-basic-offset: 4
* indent-tabs-mode: nil
* End:
*/