001 package railo.runtime.type.scope; 002 003 import railo.runtime.type.SharedScope; 004 import railo.runtime.type.scope.storage.StorageScope; 005 006 public interface ClientPlus extends Client,SharedScope,StorageScope { 007 008 }