/* * Copyright 2004-2010 Haiku Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Author: * Andre Alves Garzia, andre@andregarzia.com */ #ifndef NETWORK_WINDOW_H #define NETWORK_WINDOW_H #include class NetworkWindow : public BWindow { public: NetworkWindow(); }; #endif // NETWORK_WINDOW_H