/*
 * Copyright (c) 2010-2011 Thilo Cestonaro
 * Licensed under the simplified BSD license.
 * See Documentation/Licenses/BSD-simplified.txt for more information.
 */

#include "ProxyProvider.h"

namespace Swift {

ProxyProvider::ProxyProvider()
{
}

ProxyProvider::~ProxyProvider()
{
}

}