1/*
2 * Copyright 2011, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5
6
7#include "UnpackingNode.h"
8
9
10UnpackingNode::~UnpackingNode()
11{
12}
13
14
15status_t
16UnpackingNode::CloneTransferPackageNodes(ino_t id, UnpackingNode*& _newNode)
17{
18	return B_BAD_VALUE;
19}
20