public class NetClientClock : SystemClock {
public int sock ;
public int[] control_sock ;
public weak ClockTime current_timeout ;
public void** servaddr ;
public weak GLib.Thread thread ;
public weak string address { get; set; } ;
public weak int port { get; set; } ;
public NetClientClock ( string name,
string remote_address,
int remote_port,
ClockTime base_time ) ;
}

public NetClientClock ( string name,
string remote_address,
int remote_port,
ClockTime base_time ) ;
public int sock ;
public int[] control_sock ;
public weak ClockTime current_timeout ;
public void** servaddr ;
public weak GLib.Thread thread ;
public weak string address { get; set; } ;
public weak int port { get; set; } ;
Created by Valadoc