mmserv/sts/stsserver/src/stsserver.h
changeset 20 b67dd1fc57c5
parent 19 4a629bc82c5e
child 43 9894ed580e4a
--- a/mmserv/sts/stsserver/src/stsserver.h	Fri Apr 30 19:18:45 2010 -0500
+++ b/mmserv/sts/stsserver/src/stsserver.h	Fri May 14 18:19:45 2010 -0500
@@ -19,6 +19,7 @@
 #define STSSERVER_H_
 
 #include <e32base.h>
+#include <systemtoneservice.h>
 
 class CSts;
 class CStsServerSession;
@@ -42,7 +43,17 @@
     void ConstructL();
     virtual ~CStsServer();
 
+    CPolicyServer::TCustomResult SecurityCheckAlarm(
+            CSystemToneService::TAlarmType aAlarm, const RMessage2& aMsg,
+            TSecurityInfo& aMissing);
+
+    CPolicyServer::TCustomResult SecurityCheckTone(
+            CSystemToneService::TToneType aTone, const RMessage2& aMsg,
+            TSecurityInfo& aMissing);
+
     // inherited from CPolicyServer    
+    virtual CPolicyServer::TCustomResult CustomSecurityCheckL(
+            const RMessage2& aMsg, TInt& aAction, TSecurityInfo& aMissing);
     CSession2* NewSessionL(const TVersion& aVersion,
             const RMessage2& aMessage) const;