< prev index next >

src/share/vm/logging/logFileStreamOutput.hpp

Print this page
rev 8933 : 8046148.01

*** 21,30 **** --- 21,31 ---- * questions. * */ #ifndef SHARE_VM_LOGGING_LOGFILESTREAMOUTPUT_HPP #define SHARE_VM_LOGGING_LOGFILESTREAMOUTPUT_HPP + #include "logging/logDecorators.hpp" #include "logging/logOutput.hpp" #include "utilities/globalDefinitions.hpp" class LogDecorations;
*** 75,80 **** public: virtual const char* name() const { return "stderr"; } }; ! #endif --- 76,82 ---- public: virtual const char* name() const { return "stderr"; } }; ! ! #endif // SHARE_VM_LOGGING_LOGFILESTREAMOUTPUT_HPP
< prev index next >