blob: 4d5db2154a439c40bbb7fd48eafc4443d0245d70 [file] [log] [blame]
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */
/**
* Copyright (C) 2013 Regents of the University of California.
* @author: Jeff Thompson <jefft0@remap.ucla.edu>
* See COPYING for copyright and distribution information.
*/
#include <stdexcept>
#include <ndn-cpp/transport/transport.hpp>
using namespace std;
namespace ndn {
void
Transport::close()
{
}
Transport::~Transport()
{
}
}