15 lines
245 B
C++
15 lines
245 B
C++
#ifndef TRAFFIC_GENERATOR_HELPER_H
|
|
#define TRAFFIC_GENERATOR_HELPER_H
|
|
|
|
namespace ns3
|
|
{
|
|
|
|
// Each class should be documented using Doxygen,
|
|
// and have an \ingroup traffic-generator directive
|
|
|
|
/* ... */
|
|
|
|
}
|
|
|
|
#endif /* TRAFFIC_GENERATOR_HELPER_H */
|