~ubuntu-branches/ubuntu/trusty/manaplus/trusty

« back to all changes in this revision

Viewing changes to src/gui/serverdialog.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-10-07 10:26:14 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20131007102614-tg2zjdz8vmtl6n7i
Tags: 1.3.9.29-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
 *
90
90
 * \ingroup Interface
91
91
 */
92
 
class ServerDialog : public Window,
93
 
                     public gcn::ActionListener,
94
 
                     public gcn::KeyListener,
95
 
                     public gcn::SelectionListener
 
92
class ServerDialog final : public Window,
 
93
                           public gcn::ActionListener,
 
94
                           public gcn::KeyListener,
 
95
                           public gcn::SelectionListener
96
96
{
97
97
    public:
98
98
        /**
125
125
 
126
126
        void logic() override;
127
127
 
128
 
        void updateServer(ServerInfo server, const int index);
 
128
        void updateServer(const ServerInfo &server, const int index);
129
129
 
130
130
        void connectToSelectedServer();
131
131