realtimenetprots/sipfw/ProfileAgent/AlrMonitor/inc/sipalrobserver.h
branchRCL_3
changeset 56 2c7192069824
parent 41 f54bfd820e04
--- a/realtimenetprots/sipfw/ProfileAgent/AlrMonitor/inc/sipalrobserver.h	Wed Sep 15 12:36:02 2010 +0300
+++ b/realtimenetprots/sipfw/ProfileAgent/AlrMonitor/inc/sipalrobserver.h	Wed Oct 13 14:57:13 2010 +0300
@@ -82,22 +82,4 @@
 
 	};
 
-// 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