--- a/src/wifi/model/amsdu-subframe-header.h Fri May 06 13:21:20 2011 -0700
+++ b/src/wifi/model/amsdu-subframe-header.h Sat May 07 21:49:46 2011 +0200
@@ -3,7 +3,7 @@
* Copyright (c) 2009 MIRKO BANCHI
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
+ * it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation;
*
* This program is distributed in the hope that it will be useful,
@@ -27,16 +27,15 @@
/**
* \ingroup wifi
- *
- *
+ *
+ *
*/
class AmsduSubframeHeader : public Header
{
public:
-
AmsduSubframeHeader ();
virtual ~AmsduSubframeHeader ();
-
+
static TypeId GetTypeId (void);
virtual TypeId GetInstanceTypeId (void) const;
virtual void Print (std::ostream &os) const;