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 8 ConnectionConfigHandler::ConnectionConfigHandler(const char* name) 9 : 10 fName(name) 11 { 12 } 13 14 15 ConnectionConfigHandler::~ConnectionConfigHandler() 16 { 17 } 18