package votorola.s.gwt.scene.dum; // Copyright 2010-2011, Michael Allan. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Votorola Software"), to deal in the Votorola Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicence, and/or sell copies of the Votorola Software, and to permit persons to whom the Votorola Software is furnished to do so, subject to the following conditions: The preceding copyright notice and this permission notice shall be included in all copies or substantial portions of the Votorola Software. THE VOTOROLA SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE VOTOROLA SOFTWARE OR THE USE OR OTHER DEALINGS IN THE VOTOROLA SOFTWARE. /** Dummy implementations. */ public final class Dummy { private Dummy() {} /** Hard-coded names of polls that are supported by the various dummy implementations. * Clients are not to modify the elements of this array. */ public static final String[] POLL_NAME_ARRAY = new String[] { "BC/p/ginger", "DD/p/coloRadio", "De/p/BGE", "De/p/PE", "De/p/Piraten", "De/p/PM", "G/p/0010", "G/p/de", "G/p/edor", "G/p/frvp", "G/p/MetaGov", "G/p/mho", "G/p/m00", "G/p/owdo", "G/p/prz", "G/p/sandbox", "G/p/vohall", "G/p/wpe", "Liqd/p/iview", "Liqd/p/vgl", "P2P/p/19jd93", "P2P/p/30242", "P2P/p/3n3d3", "P2P/p/d12934", "P2P/p/d7283", "P2P/p/mms", "PPDe/p/test", "Sys/p/sandbox", "Tor/p/grfin", "Tor/p/m", "Tor/p/sw14t", "Tor/p/tsmp", "Tor/p/tsmpp", "Tor/p/w19c", "Tor/p/w20c", "WPE/p/001" }; /** Hard-coded names of users that are supported by the various dummy implementations. * Clients are not to modify the elements of this array. */ public static final String[] USERNAME_ARRAY = new String[] { "4consensus WebDe", "Mike-ZeleaCom", "Test-a-ZeleaCom", "Test-b-ZeleaCom", "ThomasvonderElbe GmxDe" }; }