Debugger: Split into core library and application.
[haiku.git] / src / kits / debugger / target_host_interface / TargetHostInterfaceInfo.cpp
blobbc9dcd50f5db12cabf2e7a373cfcc44f04a07787
1 /*
2 * Copyright 2016, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
4 */
5 #include "TargetHostInterfaceInfo.h"
8 TargetHostInterfaceInfo::TargetHostInterfaceInfo(const BString& name)
10 BReferenceable(),
11 fName(name)
16 TargetHostInterfaceInfo::~TargetHostInterfaceInfo()