public bool completeOperation(GOperation operation) { return(_raw.completeOperation((GlyOperation)operation.raw())); }
public bool completeOperation(GOperation operation) { return(_raw.completeOperation((com.glympse.enroute.android.api.GOperation)operation.raw())); }
public bool setOperationPhase(GOperation operation, string phase) { return(_raw.setOperationPhase((GlyOperation)operation.raw(), phase)); }
public bool setOperationPhase(GOperation operation, string phase) { return(_raw.setOperationPhase((com.glympse.enroute.android.api.GOperation)operation.raw(), phase)); }