1/*
2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5
6
7#include <package/hpkg/PackageEntryAttribute.h>
8
9
10namespace BPackageKit {
11
12namespace BHPKG {
13
14
15BPackageEntryAttribute::BPackageEntryAttribute(const char* name)
16	:
17	fName(name),
18	fType(0)
19{
20}
21
22
23}	// namespace BHPKG
24
25}	// namespace BPackageKit
26