2 * Copyright 2015, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
10 Target::Target(const char* name
)
19 Target::AddData(const char* name
, BMessage
& data
)
21 return fData
.AddMessage(name
, &data
);
26 Target::SetLaunched(bool launched
)