Add a new enumeration for component status
[platform/core/appfw/aul-1.git] / include / aul_comp_context.h
index 4c76958..1528449 100644 (file)
@@ -19,7 +19,8 @@
 #include <unistd.h>
 #include <stdbool.h>
 
-#include "aul.h"
+#include <aul.h>
+#include <aul_comp_types.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -141,6 +142,8 @@ int aul_comp_context_get_pid(aul_comp_context_h handle, pid_t *pid);
  * @return      @c 0 on success,
  *              otherwise a negative error value
  *
+ * @see comp_status_e
+ *
  * @remarks This function is only for App Framework internally.
  */
 int aul_comp_context_get_status(aul_comp_context_h handle, int *status);