X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ftimeserver.h;h=48ea1945b8bce00e453b0049391c748fda8aa750;hb=fca568ced12e61747d4f28cd0e88f44c30cabcfa;hp=c5019edf09448f12d8dbf65eafcba64743fdb6be;hpb=972d3cdce00e7d7a4a0c1025072c507db1fa2a31;p=platform%2Fupstream%2Fconnman.git diff --git a/include/timeserver.h b/include/timeserver.h old mode 100644 new mode 100755 index c5019ed..48ea194 --- a/include/timeserver.h +++ b/include/timeserver.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2012 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -26,30 +26,7 @@ extern "C" { #endif -#define CONNMAN_TIMESERVER_PRIORITY_LOW -100 -#define CONNMAN_TIMESERVER_PRIORITY_DEFAULT 0 -#define CONNMAN_TIMESERVER_PRIORITY_HIGH 100 - -/** - * SECTION:timeserver - * @title: timeserver premitives - * @short_description: Functions for handling time servers (including NTP) - */ - -int connman_timeserver_append(const char *server); -int connman_timeserver_remove(const char *server); -void connman_timeserver_sync(void); - -struct connman_timeserver_driver { - const char *name; - int priority; - int (*append) (const char *server); - int (*remove) (const char *server); - void (*sync) (void); -}; - -int connman_timeserver_driver_register(struct connman_timeserver_driver *driver); -void connman_timeserver_driver_unregister(struct connman_timeserver_driver *driver); +int __connman_timeserver_system_set(char **server); #ifdef __cplusplus }