public class NetTimeProvider : Object {
public int sock ;
public int[] control_sock ;
public weak GLib.Thread thread ;
public weak bool active { get; set; } ;
public weak string address { get; set; } ;
public weak Clock clock { get; set; } ;
public weak int port { get; set; } ;
public NetTimeProvider ( Clock clock,
string address,
int port ) ;
}

public NetTimeProvider ( Clock clock,
string address,
int port ) ;
public int sock ;
public int[] control_sock ;
public weak GLib.Thread thread ;
public weak bool active { get; set; } ;
public weak string address { get; set; } ;
public weak Clock clock { get; set; } ;
public weak int port { get; set; } ;
Created by Valadoc