~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to lib/msg_log.h

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#define __attribute__(x) //nothing
37
37
#endif
38
38
 
 
39
#undef printf
 
40
#undef vprintf
 
41
 
39
42
class MSG_LOG {
40
43
public:
41
44
    int debug_level;