001package jmri.jmrix.roco; 002 003/** 004 * Defines the standard/common routines used in multiple classes related to 005 * a Roco Command Station, on an XpressNet network. 006 * 007 * @author Bob Jacobsen Copyright (C) 2001 008 * @author Paul Bender Copyright (C) 2016 009 */ 010public class RocoCommandStation extends jmri.jmrix.lenz.LenzCommandStation { 011 012 /* 013 * We need to register for logging 014 */ 015 // private final static Logger log = LoggerFactory.getLogger(RocoCommandStation.class); 016 017}