Alexander Afanasyev | b989b12 | 2013-07-10 17:15:46 -0700 | [diff] [blame] | 1 | /** -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */ |
| 2 | /* |
| 3 | * Copyright (c) 2013, Regents of the University of California |
| 4 | * Alexander Afanasyev |
| 5 | * |
| 6 | * BSD license, See the doc/LICENSE file for more information |
| 7 | * |
| 8 | * Author: Alexander Afanasyev <alexander.afanasyev@ucla.edu> |
| 9 | */ |
| 10 | |
| 11 | #ifndef NDN_COMMON_H |
| 12 | #define NDN_COMMON_H |
| 13 | |
| 14 | #define NDN_NAMESPACE_BEGIN namespace ns3 { namespace ndn { |
| 15 | #define NDN_NAMESPACE_END } /*ndn*/ } /*ns3*/ |
| 16 | |
| 17 | #endif // NDN_COMMON_H |