src/hotspot/share/logging/logDecorators.hpp
changeset 53244 9807daeb47c4
parent 53149 259c36ef27df
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 #ifndef SHARE_VM_LOGGING_LOGDECORATORS_HPP
    24 #ifndef SHARE_LOGGING_LOGDECORATORS_HPP
    25 #define SHARE_VM_LOGGING_LOGDECORATORS_HPP
    25 #define SHARE_LOGGING_LOGDECORATORS_HPP
    26 
    26 
    27 #include "utilities/globalDefinitions.hpp"
    27 #include "utilities/globalDefinitions.hpp"
    28 
    28 
    29 class outputStream;
    29 class outputStream;
    30 
    30 
   113   }
   113   }
   114 
   114 
   115   bool parse(const char* decorator_args, outputStream* errstream = NULL);
   115   bool parse(const char* decorator_args, outputStream* errstream = NULL);
   116 };
   116 };
   117 
   117 
   118 #endif // SHARE_VM_LOGGING_LOGDECORATORS_HPP
   118 #endif // SHARE_LOGGING_LOGDECORATORS_HPP