~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to include/discovery/CBroadcastServer.h

  • Committer: Nathan Osman
  • Date: 2012-06-27 18:41:53 UTC
  • Revision ID: admin@quickmediasolutions.com-20120627184153-2ldxdcd88946rer5
Updated status icons for the share box.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        void Init();
37
37
 
38
38
        MachineMap GetMachineMap() { return m_machines; }
 
39
        bool AnyMachinesOnline() { return m_machines.size(); }
 
40
        bool MachineExists(QString id) { return m_machines.contains(id); }
 
41
        CMachine GetMachine(QString id) { return m_machines[id]; }
39
42
 
40
43
    signals:
41
44