import java.lang.String;

public class VGateway {

    public final static String DEFAULT_GATEWAY_IP = "128.2.237.74";
    public final static int CMP_SIPGTWY_NO_COMMON_VID_FORMAT = 1;
    public final static int CMP_SIPGTWY_NO_CLIENT_RESPONSE = 2;
    public final static int CMP_SIPGTWY_NO_IP_MULTICAST_SPPT = 3;
    // commands 
    public final static int GETIPMultiCastCommand = 0;
    public final static int CommitSetup = 1;
    // having the component class be responsible for lookup...
    // though it might be better to have a lookup service...

    public int findGateWayIP() {
	return 0;
    }
  
}


