blob: 5a44da8a43e3097607977d46add29ac0dfe94eea [file] [log] [blame]
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */
/*
* Copyright (c) 2013, Regents of the University of California
* Alexander Afanasyev
*
* BSD license, See the LICENSE file for more information
*
* Author: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
*/
#include "data.h"
namespace ndn {
Data::Data ()
{
}
Data::~Data ()
{
}
} // namespace ndn