X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconf.h;h=4f50bfe87977794944d4b4dc41e1e0487fb49bbf;hb=a5959a0e1b3a78ccbc82e3854af6f320b6bd1673;hp=a3be577ef847bd56a3f67ce7b4cbfbdaf426eb63;hpb=e8bf7467f29e8af590d44fc24dd6ed383563c8b4;p=platform%2Fframework%2Fweb%2Flivebox-viewer.git diff --git a/include/conf.h b/include/conf.h index a3be577..4f50bfe 100644 --- a/include/conf.h +++ b/include/conf.h @@ -1,11 +1,11 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -18,7 +18,12 @@ * \note * milli seconds */ -#define RECONNECT_PERIOD 1000 #define MAX_LOG_FILE 3 #define MAX_LOG_LINE 1000 #define SLAVE_LOG_PATH "/opt/usr/share/live_magazine/log" + +#if !defined(VCONFKEY_MASTER_STARTED) +#define VCONFKEY_MASTER_STARTED "memory/data-provider-master/started" +#endif + +/* End of a file */