extern "C" {
#endif
-#ifndef TIZEN_ERROR_DNSSD
-#define TIZEN_ERROR_DNSSD -0x01CA0000
-#endif
-
-
/**
* @addtogroup CAPI_NETWORK_DNSSD_MODULE
* @{
/**
* @brief Called when a DNSSD service is found.
* @details remote_service is valid only when service_state is
- * DNSSD_SERVICE_STATE_AVAILABLE or DNSSD_SERVICE_STATE_UNAVAILABLE.
- * In case of service_state DNSSD_SERVICE_STATE_UNAVAILABLE, application
+ * #DNSSD_SERVICE_STATE_AVAILABLE or #DNSSD_SERVICE_STATE_UNAVAILABLE.
+ * In case of service_state #DNSSD_SERVICE_STATE_UNAVAILABLE, application
* can only use dnssd_service_get_type() and dnssd_service_get_name().
* Other get functions can only be used when service_state is
- * DNSSD_SERVICE_STATE_AVAILABLE.
+ * #DNSSD_SERVICE_STATE_AVAILABLE.
* @since_tizen 3.0
* @param[in] service_state The DNSSD service state of remote service
* @param[in] remote_service The DNSSD remote service handle
extern "C" {
#endif
-#ifndef TIZEN_ERROR_SSDP
-#define TIZEN_ERROR_SSDP -0x01C90000
-#endif
-
-
/**
* @addtogroup CAPI_NETWORK_SSDP_MODULE
* @{
* @brief Called when the registration of SSDP service is finished.
* @since_tizen 3.0
* @param[in] result The result of registration
- * @param[in] ssdp_service The SSDP local service handle
+ * @param[in] ssdp_local_service The SSDP local service handle
* @param[in] user_data The user data passed from the request function
* @see ssdp_register_local_service()
*/