⛏️ index : haiku.git

/*
 * 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()
{
}