2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
7 #include <package/hpkg/ErrorOutput.h>
12 namespace BPackageKit
{
17 BErrorOutput::~BErrorOutput()
23 BErrorOutput::PrintError(const char* format
, ...)
26 va_start(args
, format
);
27 PrintErrorVarArgs(format
, args
);
34 } // namespace BPackageKit