01: package com.esri.sde.sdk;
02:
03: /**
04: * This class is present so that we can check at runtime whether we're using the
05: * dummy API and shut down the ArcSDE module.
06: * @author sfarber
07: *
08: */
09: publicclass GeoToolsDummyAPI {
10:
11: publicstaticint DUMMY_API_VERSION = 1;
12:
13: }