
// Provide a default path to dwr.engine
if (dwr == null) var dwr = {};
if (dwr.engine == null) dwr.engine = {};
if (DWREngine == null) var DWREngine = dwr.engine;

if (SportSpValueProcess == null) var SportSpValueProcess = {};
SportSpValueProcess._path = '/dwr';
SportSpValueProcess.main = function(p0, callback) {
  dwr.engine._execute(SportSpValueProcess._path, 'SportSpValueProcess', 'main', p0, callback);
}
SportSpValueProcess.getSpValue = function(p0, p1, callback) {
  dwr.engine._execute(SportSpValueProcess._path, 'SportSpValueProcess', 'getSpValue', p0, p1, callback);
}

