Cleanup header
[platform/core/multimedia/libmedia-service.git] / src / include / common / media-svc-noti.h
index 680483c..2da0533 100755 (executable)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Hyunjun Ko <zzoon.ko@samsung.com>, Haejeong Kim <backto.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
 #ifndef _MEDIA_SVC_NOTI_H_
 #define _MEDIA_SVC_NOTI_H_
 
-#include "media-svc-env.h"
-#include "media-svc-debug.h"
+#include <media-util-noti.h>
 #include "media-svc-util.h"
 
-#include <media-util-noti-internal.h>
-
 typedef struct _media_svc_noti_item media_svc_noti_item;
 
 struct _media_svc_noti_item {
        int pid;
        media_item_type_e update_item;
        media_item_update_type_e update_type;
-       media_type_e media_type;
+       int media_type;
        char *media_uuid;
        char *path;
        char *mime_type;
@@ -44,13 +39,8 @@ void _media_svc_set_noti_from_pid(int pid);
 void _media_svc_initialize_noti_list(void);
 void _media_svc_insert_item_to_noti_list(media_svc_content_info_s *content_info);
 void _media_svc_publish_noti_list(void);
-int _media_svc_destroy_noti_item(media_svc_noti_item *item);
-int _media_svc_publish_noti(media_item_update_type_e update_type, const char *path, media_type_e media_type, const char *uuid, const char *mime_type);
+void _media_svc_destroy_noti_item(media_svc_noti_item *item);
+int _media_svc_publish_noti(media_item_update_type_e update_type, const char *path, int media_type, const char *uuid, const char *mime_type);
 int _media_svc_publish_dir_noti(media_item_update_type_e update_type, const char *path, const char *uuid, int pid);
 
-
-
-
-
 #endif /*_MEDIA_SVC_NOTI_H_*/
-