diff -r b8a7e07b2677 -r 0295359a7673 realtimenetprots/sipfw/ProfileAgent/AlrMonitor/inc/sipalrobserver.h --- a/realtimenetprots/sipfw/ProfileAgent/AlrMonitor/inc/sipalrobserver.h Fri Jul 09 13:15:39 2010 +0300 +++ b/realtimenetprots/sipfw/ProfileAgent/AlrMonitor/inc/sipalrobserver.h Fri Aug 06 15:14:04 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