BusBoy  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ProgressReporter.h
Go to the documentation of this file.
1 
17 #ifndef __BUSBOY_PROGRESS_REPORTER_H__
18 #define __BUSBOY_PROGRESS_REPORTER_H__
19 
20 #include <string>
21 
22 namespace BUSBOY {
23 
28 
29  public:
30 
31  virtual void progress(float percentDone, const std::string& msg) =0;
32 
33 };
34 
35 }
36 
37 #endif

Copyright 2014 Google Inc. All rights reserved.