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