X-Git-Url: http://git.tdb.fi/?p=r2c2.git;a=blobdiff_plain;f=source%2Fremote%2Fremote.h;fp=source%2Fremote%2Fremote.h;h=0000000000000000000000000000000000000000;hp=875f25bbbdbf803d962bdece37ee1e568f148727;hb=a9bbf8d37a2f94a720897fe4f0ab06a016779c69;hpb=df88ff837468c32986c73740b4fc8279bc152e47 diff --git a/source/remote/remote.h b/source/remote/remote.h deleted file mode 100644 index 875f25b..0000000 --- a/source/remote/remote.h +++ /dev/null @@ -1,35 +0,0 @@ -#ifndef REMOTE_H_ -#define REMOTE_H_ - -#include -#include -#include -#include -#include "network/client.h" - -class MainPanel; -class TrainPanel; - -class Remote: public Msp::RegisteredApplication -{ -private: - Msp::IO::EventDispatcher event_disp; - R2C2::Catalogue catalogue; - R2C2::Client client; - Gtk::Main gtk; - Gtk::Window window; - Gtk::Box *panel_box; - MainPanel *main_panel; - std::vector train_panels; - -public: - Remote(int argc, char **argv); - - const R2C2::Catalogue &get_catalogue() const { return catalogue; } -private: - void tick(); - - void train_added(R2C2::NetTrain &); -}; - -#endif