eapol/eapol_framework/eapol_common/include/abs_eap_stack_interface.h
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
--- a/eapol/eapol_framework/eapol_common/include/abs_eap_stack_interface.h	Tue Aug 31 15:16:37 2010 +0300
+++ b/eapol/eapol_framework/eapol_common/include/abs_eap_stack_interface.h	Wed Sep 01 12:23:57 2010 +0100
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: %
+* %version: 2.1.2 %
 */
 
 #if !defined(_ABS_EAP_STACK_INTERFACE_H_)
@@ -56,15 +56,15 @@
 	 * The destructor of the abs_eap_stack_interface_c class does nothing special.
 	 */
 	virtual ~abs_eap_stack_interface_c()
-	{
-	}
+		{
+		}
 
 	/**
 	 * The constructor of the abs_eap_stack_interface_c does nothing special.
 	 */
 	abs_eap_stack_interface_c()
-	{
-	}
+		{
+		}
 
 	/**
 	 * The configure() function is called after the constructor of the