root/src/apps/debugger/user_interface/gui/connection_config/ConnectionConfigHandler.cpp
/*
 * Copyright 2016, Rene Gollent, rene@gollent.com.
 * Distributed under the terms of the MIT License.
 */
#include "ConnectionConfigHandler.h"


ConnectionConfigHandler::ConnectionConfigHandler(const char* name)
        :
        fName(name)
{
}


ConnectionConfigHandler::~ConnectionConfigHandler()
{
}