1/*
2 * Copyright 2016, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
4 */
5#include "ConnectionConfigHandler.h"
6
7
8ConnectionConfigHandler::ConnectionConfigHandler(const char* name)
9	:
10	fName(name)
11{
12}
13
14
15ConnectionConfigHandler::~ConnectionConfigHandler()
16{
17}
18