Sha256: d9b965203ff9ff5576a80ef88756c4ec62b5c84a0cb2282c21f4ba505bda6703
Contents?: true
Size: 900 Bytes
Versions: 14
Compression:
Stored size: 900 Bytes
Contents
package com.rho; import com.rho.net.NetResponse; public class RhoAppAdapter { public static final int ERR_CLIENTISNOTLOGGEDIN = 0; public static final int ERR_CUSTOMSYNCSERVER = 0; public static final int ERR_NONE = 0; public static final int ERR_REMOTESERVER = 0; public static final int ERR_RUNTIME = 0; public static final int ERR_UNEXPECTEDSERVERRESPONSE = 0; public static int getErrorFromResponse(NetResponse resp) { // TODO Auto-generated method stub return 0; } public static int getNetErrorCode(Exception exc) { // TODO Auto-generated method stub return 0; } public static String getMessageText(String string) { // TODO Auto-generated method stub return null; } public static void loadServerSources(String strSources) { // TODO Auto-generated method stub } public static void resetDBOnSyncUserChanged() { // TODO Auto-generated method stub } }
Version data entries
14 entries across 14 versions & 1 rubygems