~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to include/sharebox/CShareBox.h

  • Committer: Nathan Osman
  • Date: 2012-06-27 21:56:40 UTC
  • Revision ID: admin@quickmediasolutions.com-20120627215640-c6mspvllk1br9vx2
Implemented basic progress bar for uploads (which seems to be broken at the moment) and corrected a bug with the way unique IDs were generated for each machine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
    public:
31
31
 
32
 
        enum {
33
 
            ProgressNone = 101,
34
 
            ProgressComplete,
35
 
            ProgressError
36
 
        };
37
 
 
38
32
        static const int DefaultHeight;
39
33
        static const int DefaultWidth;
40
34