mmserv/voipaudioservices/VoIPServer/inc/VoIPServerShutdown.h
changeset 53 eabc8c503852
parent 0 71ca22bcf22a
--- a/mmserv/voipaudioservices/VoIPServer/inc/VoIPServerShutdown.h	Fri Sep 03 19:34:12 2010 -0500
+++ b/mmserv/voipaudioservices/VoIPServer/inc/VoIPServerShutdown.h	Tue Sep 21 11:38:43 2010 -0500
@@ -15,8 +15,8 @@
  *
  */
 
-#ifndef __VOIPSERVERSHUTDOWN_H
-#define __VOIPSERVERSHUTDOWN_H
+#ifndef VOIPSERVERSHUTDOWN_H
+#define VOIPSERVERSHUTDOWN_H
 
 //  INCLUDES
 //#include <e32base.h>
@@ -29,7 +29,6 @@
  *  Shutdown timer after the last client has disconnected.
  *
  *  @lib CVoIPAudioServer.exe
- *  @since Series 60 3.0
  */
 
 /**
@@ -60,6 +59,6 @@
     RTimer iShutDownTimer; // Has
     };
 
-#endif //__VOIPSERVERSHUTDOWN_H
+#endif //VOIPSERVERSHUTDOWN_H
 
 // End of File