public static xTangoAdapter getInstance() { if (singleton == null) { singleton = new xTangoAdapter(); } return(singleton); }
public static xTangoAdapter getInstance() { if (singleton == null) singleton = new xTangoAdapter(); return singleton; }