2 * Copyright 2013, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef _PACKAGE__HPKG__NO_ERROR_OUTPUT_H_
6 #define _PACKAGE__HPKG__NO_ERROR_OUTPUT_H_
9 #include <package/hpkg/ErrorOutput.h>
12 namespace BPackageKit
{
17 class BNoErrorOutput
: public BErrorOutput
{
19 virtual void PrintErrorVarArgs(const char* format
,
26 } // namespace BPackageKit
29 #endif // _PACKAGE__HPKG__NO_ERROR_OUTPUT_H_