# | Line 23 | Line 23 | |
---|---|---|
23 | // | |
24 | //-------------------------------------------------------------------------------------------------- | |
25 | ||
26 | < | namespace mithep { |
26 | > | namespace mithep |
27 | > | { |
28 | class Debug | |
29 | { | |
30 | public: | |
# | Line 41 | Line 42 | namespace mithep { | |
42 | Debug(const Debug &cpy); | |
43 | ||
44 | ClassDef(Debug, 0) // Defines different debug masks | |
45 | < | }; |
46 | < | } |
45 | > | |
46 | > | }; |
47 | > | |
48 | > | } /*namespace mithep*/ |
49 | ||
50 | R__EXTERN mithep::Debug::EDebugMask gDebugMask; | |
51 | R__EXTERN Int_t gDebugLevel; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |