/** -*- 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 doc/LICENSE file for more information | |
* | |
* Author: Alexander Afanasyev <alexander.afanasyev@ucla.edu> | |
*/ | |
#ifndef NDN_COMMON_H | |
#define NDN_COMMON_H | |
#define NDN_NAMESPACE_BEGIN namespace ns3 { namespace ndn { | |
#define NDN_NAMESPACE_END } /*ndn*/ } /*ns3*/ | |
#endif // NDN_COMMON_H |