Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9549 in orxonox.OLD for branches/proxy/src/lib/network


Ignore:
Timestamp:
Jul 28, 2006, 11:43:02 AM (18 years ago)
Author:
bensch
Message:

should link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/monitor/network_stats_widget.h

    r9547 r9549  
    2020  public:
    2121    HostWidget(const std::string& name, const IP& ip);
    22     ~HostWidget() {};
    2322
    2423    void setName(const std::string& name) { this->_name.setText(name); };
     
    7170
    7271//! A class to display network Statistics.
    73 class NetworkStatsWidget : public OrxGui::GLGuiFixedpositionBox
     72class NetworkStatsWidget : public OrxGui::GLGuiBox
    7473{
    7574  public:
Note: See TracChangeset for help on using the changeset viewer.