Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifndef FEATURES_H
00023 #define FEATURES_H
00024
00025 #define F_SERVICE (ContextFeature("service"))
00026 #define F_SERVICE_BACKEND (ContextFeature("servicebackend"))
00027 #define F_PROPERTY (ContextFeature("property"))
00028 #define F_MANAGER (ContextFeature("manager"))
00029 #define F_SUBSCRIBER (ContextFeature("subscriber"))
00030 #define F_GROUP (ContextFeature("group"))
00031 #define F_DESTROY (ContextFeature("destroy"))
00032 #define F_SIGNALS (ContextFeature("signals"))
00033 #define F_DBUS (ContextFeature("dbus"))
00034 #define F_C (ContextFeature("cbindings"))
00035 #define F_PROPERTY (ContextFeature("property"))
00036
00037 #endif