realtimenetprots/sipfw/ProfileAgent/AlrMonitor/inc/sipalrobserver.h
branchRCL_3
changeset 41 f54bfd820e04
parent 0 307788aac0a8
child 56 2c7192069824
--- a/realtimenetprots/sipfw/ProfileAgent/AlrMonitor/inc/sipalrobserver.h	Thu Jul 15 19:02:22 2010 +0300
+++ b/realtimenetprots/sipfw/ProfileAgent/AlrMonitor/inc/sipalrobserver.h	Thu Aug 19 10:16:25 2010 +0300
@@ -82,4 +82,22 @@
 
 	};
 
+// CLASS DECLARATION
+/**
+* This is the class that encapsulates all snap specific data.
+*/
+
+class TSipSNAPConfigurationData  
+    {
+public:
+    
+    TSipSNAPConfigurationData(TUint32 aSnapId , TUint32 aBearerId)
+        {
+        iSnapId = aSnapId;
+        iBearerId = aBearerId;
+        };
+    
+   TUint32 iSnapId;
+   TBool iBearerId;
+    };
 #endif // MSIPALROBSERVER_H