diff -r 654ed625511d -r f54bfd820e04 realtimenetprots/sipfw/ProfileAgent/AlrMonitor/inc/sipalrobserver.h --- 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