Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

CascadeSNTPDaemon.h

Go to the documentation of this file.
00001 //
00002 // CascadeSNTPDaemon.h - interface of CascadeSNTPDaemon functions
00003 //
00004 // Copyright (c) 2005, Roku, LLC.  All rights reserved.
00005 //
00007 
00008 #ifndef _ROKU_INCLUDE_CASCADE_NET_CASCADESNTPDAEMON_H
00009 #define _ROKU_INCLUDE_CASCADE_NET_CASCADESNTPDAEMON_H
00010 
00011 class CascadeSNTPDaemon
00012 {
00013 public:
00014     static bool Start();
00015     static bool Stop();
00016     static void GetSNTPServer(CascadeString & serverToSet);
00017     static void SetSNTPServer(const CascadeString & server, bool bRefetch = false);
00018     static void ResetSNTPServerToDefault(bool bRefetch = false);
00019 private:
00020     class Daemon;
00021 };
00022 
00023 
00024 #endif // #ifndef _ROKU_INCLUDE_CASCADE_NET_CASCADESNTPDAEMON_H
00025 
00027 //  LOG
00029 //  19-May-05   dwoodward   created
00030 

Generated on Sun Jul 24 14:27:17 2005 for Cascade Library by  doxygen 1.4.1