X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fplugin%2Fcomponent-class-internal.h;h=500d7cf3f503f34c51bf2edcbf354d57d1fd920d;hb=b8a068016f0953440df334b147db75e861e7f2ac;hp=e516478b779f894a0ae4e07db1755bdb1a09779f;hpb=dafd80ce71a4f617deaac7084edb0c03450b3259;p=babeltrace.git diff --git a/include/babeltrace/plugin/component-class-internal.h b/include/babeltrace/plugin/component-class-internal.h index e516478b..500d7cf3 100644 --- a/include/babeltrace/plugin/component-class-internal.h +++ b/include/babeltrace/plugin/component-class-internal.h @@ -28,12 +28,12 @@ */ #include -#include #include #include +#include struct bt_component_class { - struct bt_ref ref; + struct bt_object base; enum bt_component_type type; GString *name; struct bt_plugin *plugin; @@ -44,10 +44,4 @@ struct bt_component_class *bt_component_class_create( enum bt_component_type type, const char *name, struct bt_plugin *plugin); -BT_HIDDEN -void bt_component_class_get(struct bt_component_class *class); - -BT_HIDDEN -void bt_component_class_put(struct bt_component_class *class); - #endif /* BABELTRACE_PLUGIN_COMPONENT_CLASS_INTERNAL_H */