2 * Copyright 2014, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
7 #include "DwarfFileLoadingState.h"
12 DwarfFileLoadingState::DwarfFileLoadingState()
15 externalInfoFileName(),
16 locatedExternalInfoPath(),
17 state(DWARF_FILE_LOADING_STATE_INITIAL
)
22 DwarfFileLoadingState::~DwarfFileLoadingState()