X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=server%2Fttsd_main.h;h=d5c6291898b6e6f68f6d39f149439345e263fed3;hb=321c0e26716c44630c993044c656f8e13958487a;hp=03df745fa722667ca992ee16c29412377e8136a4;hpb=ca38a860ade6d2fcdd8bd42f7cf1accff8a3dfea;p=platform%2Fcore%2Fuifw%2Ftts.git diff --git a/server/ttsd_main.h b/server/ttsd_main.h index 03df745..d5c6291 100644 --- a/server/ttsd_main.h +++ b/server/ttsd_main.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2011-2014 Samsung Electronics Co., Ltd All Rights Reserved +* Copyright (c) 2011-2016 Samsung Electronics Co., Ltd All Rights Reserved * 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 @@ -50,7 +50,7 @@ typedef enum { TTSD_ERROR_ENGINE_NOT_FOUND = TIZEN_ERROR_TTS | 0x03, /**< No available engine */ TTSD_ERROR_OPERATION_FAILED = TIZEN_ERROR_TTS | 0x04, /**< Operation failed */ TTSD_ERROR_AUDIO_POLICY_BLOCKED = TIZEN_ERROR_TTS | 0x05, /**< Audio policy blocked */ - TTSD_ERROR_NOT_SUPPORTED_FEATURE = TIZEN_ERROR_TTS | 0x06 /**< Not supported feature */ + TTSD_ERROR_NOT_SUPPORTED_FEATURE = TIZEN_ERROR_TTS | 0x06 /**< Not supported feature of current engine*/ } ttsd_error_e; typedef enum {