smsprotocols/smsstack/wapprot/test/Te_wapprot/WapStatusReports.h
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
--- a/smsprotocols/smsstack/wapprot/test/Te_wapprot/WapStatusReports.h	Fri Mar 19 09:55:57 2010 +0200
+++ b/smsprotocols/smsstack/wapprot/test/Te_wapprot/WapStatusReports.h	Fri Apr 16 16:12:37 2010 +0300
@@ -15,23 +15,15 @@
 *
 */
 
-
-
 /**
- @file
+    @file
+    @test
 */
- 
- 
-#if (!defined __WAPPROT_STATUS_REPORTS__)
-#define __WAPPROT_STATUS_REPORTS__
 
+#ifndef WAPPROTSTATUSREPORTS_H
+#define WAPPROTSTATUSREPORTS_H
 
 #include "WapProtSuiteStepBase.h"
-#include <gsmuelem.h>
-#include <gsmuelem.h>
-#include <smsuaddr.h>
-#include <smsustrm.h>
-
 
 /** 
 Base class for testing WAP status reports
@@ -53,7 +45,6 @@
 	TInt iExpectedStatus;
 	};
 
-
 /**
 Base class for sending WAP messages, requesting status reports
 */
@@ -64,7 +55,6 @@
 	virtual TVerdict doTestStepL();
 	};
 
-
 /**
 Class sets the request for only the last segment to receive status reports
 */
@@ -74,7 +64,6 @@
 	virtual TVerdict doTestStepPreambleL();
 	};
 
-
 /** 
 Class for receiving status reports 
 */
@@ -86,7 +75,6 @@
 	virtual TVerdict doTestStepPostambleL();
 	};
 
-
 /** 
 Class for receiving status reports for multiple 7 bit messages
 */
@@ -96,7 +84,6 @@
 	virtual TVerdict doTestStepL();
 	};
 
-
 /**
 Step receives a status report for a request for only the last segment
 */
@@ -106,5 +93,4 @@
 	virtual TVerdict doTestStepPreambleL();
 	};
 
-
-#endif
+#endif //WAPPROTSTATUSREPORTS_H