aboutsummaryrefslogtreecommitdiff
path: root/libcontextprovider/doc/html/loggingfeatures_8h-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'libcontextprovider/doc/html/loggingfeatures_8h-source.html')
-rw-r--r--libcontextprovider/doc/html/loggingfeatures_8h-source.html65
1 files changed, 65 insertions, 0 deletions
diff --git a/libcontextprovider/doc/html/loggingfeatures_8h-source.html b/libcontextprovider/doc/html/loggingfeatures_8h-source.html
new file mode 100644
index 00000000..538420d0
--- /dev/null
+++ b/libcontextprovider/doc/html/loggingfeatures_8h-source.html
@@ -0,0 +1,65 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>libcontextprovider: loggingfeatures.h Source File</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+ <div class="tabs">
+ <ul>
+ <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+ <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
+ <li><a href="namespaces.html"><span>Namespaces</span></a></li>
+ <li><a href="annotated.html"><span>Classes</span></a></li>
+ <li class="current"><a href="files.html"><span>Files</span></a></li>
+ </ul>
+ </div>
+ <div class="tabs">
+ <ul>
+ <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+ <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
+ </ul>
+ </div>
+<h1>loggingfeatures.h</h1><a href="loggingfeatures_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
+<a name="l00002"></a>00002 <span class="comment"> * Copyright (C) 2008, 2009 Nokia Corporation.</span>
+<a name="l00003"></a>00003 <span class="comment"> *</span>
+<a name="l00004"></a>00004 <span class="comment"> * Contact: Marius Vollmer &lt;marius.vollmer@nokia.com&gt;</span>
+<a name="l00005"></a>00005 <span class="comment"> *</span>
+<a name="l00006"></a>00006 <span class="comment"> * This program is free software; you can redistribute it and/or</span>
+<a name="l00007"></a>00007 <span class="comment"> * modify it under the terms of the GNU Lesser General Public License</span>
+<a name="l00008"></a>00008 <span class="comment"> * version 2.1 as published by the Free Software Foundation.</span>
+<a name="l00009"></a>00009 <span class="comment"> *</span>
+<a name="l00010"></a>00010 <span class="comment"> * This program is distributed in the hope that it will be useful, but</span>
+<a name="l00011"></a>00011 <span class="comment"> * WITHOUT ANY WARRANTY; without even the implied warranty of</span>
+<a name="l00012"></a>00012 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span>
+<a name="l00013"></a>00013 <span class="comment"> * Lesser General Public License for more details.</span>
+<a name="l00014"></a>00014 <span class="comment"> *</span>
+<a name="l00015"></a>00015 <span class="comment"> * You should have received a copy of the GNU Lesser General Public</span>
+<a name="l00016"></a>00016 <span class="comment"> * License along with this program; if not, write to the Free Software</span>
+<a name="l00017"></a>00017 <span class="comment"> * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA</span>
+<a name="l00018"></a>00018 <span class="comment"> * 02110-1301 USA</span>
+<a name="l00019"></a>00019 <span class="comment"> *</span>
+<a name="l00020"></a>00020 <span class="comment"> */</span>
+<a name="l00021"></a>00021
+<a name="l00022"></a>00022 <span class="preprocessor">#ifndef FEATURES_H</span>
+<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="preprocessor">#define FEATURES_H</span>
+<a name="l00024"></a>00024 <span class="preprocessor"></span>
+<a name="l00025"></a><a class="code" href="loggingfeatures_8h.html#deba982b0ad41bfd090a405f867e212b">00025</a> <span class="preprocessor">#define F_SERVICE (ContextFeature("service"))</span>
+<a name="l00026"></a><a class="code" href="loggingfeatures_8h.html#a6880210114ff09ecc320e99c36f6e37">00026</a> <span class="preprocessor"></span><span class="preprocessor">#define F_SERVICE_BACKEND (ContextFeature("servicebackend"))</span>
+<a name="l00027"></a><a class="code" href="loggingfeatures_8h.html#a881d68e06073c6e502b5f016b9bff6a">00027</a> <span class="preprocessor"></span><span class="preprocessor">#define F_PROPERTY (ContextFeature("property"))</span>
+<a name="l00028"></a><a class="code" href="loggingfeatures_8h.html#3fb8d13817c872564bdd14246c8725c4">00028</a> <span class="preprocessor"></span><span class="preprocessor">#define F_MANAGER (ContextFeature("manager"))</span>
+<a name="l00029"></a><a class="code" href="loggingfeatures_8h.html#1fcf2fbcf3425bbde71ae2fd065fcc76">00029</a> <span class="preprocessor"></span><span class="preprocessor">#define F_SUBSCRIBER (ContextFeature("subscriber"))</span>
+<a name="l00030"></a><a class="code" href="loggingfeatures_8h.html#acbda055c445dacbfd21502f47961937">00030</a> <span class="preprocessor"></span><span class="preprocessor">#define F_GROUP (ContextFeature("group"))</span>
+<a name="l00031"></a><a class="code" href="loggingfeatures_8h.html#3f992e5d9c45228ce6af4ffb0f3f38a3">00031</a> <span class="preprocessor"></span><span class="preprocessor">#define F_DESTROY (ContextFeature("destroy"))</span>
+<a name="l00032"></a><a class="code" href="loggingfeatures_8h.html#a2135bd5e0b76f9686bff0aabf6c570d">00032</a> <span class="preprocessor"></span><span class="preprocessor">#define F_SIGNALS (ContextFeature("signals"))</span>
+<a name="l00033"></a><a class="code" href="loggingfeatures_8h.html#e91377869d2b8c07c759312d81180d47">00033</a> <span class="preprocessor"></span><span class="preprocessor">#define F_DBUS (ContextFeature("dbus"))</span>
+<a name="l00034"></a><a class="code" href="loggingfeatures_8h.html#a18351b635d165e6c6b3c0fd2e9fb010">00034</a> <span class="preprocessor"></span><span class="preprocessor">#define F_C (ContextFeature("cbindings"))</span>
+<a name="l00035"></a>00035 <span class="preprocessor"></span>
+<a name="l00036"></a>00036 <span class="preprocessor">#endif</span>
+</pre></div></div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Oct 20 09:31:58 2009 for libcontextprovider by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>