realtimenetprots/sipfw/ProfileAgent/AlrMonitor/inc/sipalrobserver.h
branchRCL_3
changeset 56 2c7192069824
parent 41 f54bfd820e04
equal deleted inserted replaced
49:0a1ad22c7bdc 56:2c7192069824
    80                                TUint32 aSnapId,
    80                                TUint32 aSnapId,
    81                                TUint32 aIapId ) = 0;
    81                                TUint32 aIapId ) = 0;
    82 
    82 
    83 	};
    83 	};
    84 
    84 
    85 // CLASS DECLARATION
       
    86 /**
       
    87 * This is the class that encapsulates all snap specific data.
       
    88 */
       
    89 
       
    90 class TSipSNAPConfigurationData  
       
    91     {
       
    92 public:
       
    93     
       
    94     TSipSNAPConfigurationData(TUint32 aSnapId , TUint32 aBearerId)
       
    95         {
       
    96         iSnapId = aSnapId;
       
    97         iBearerId = aBearerId;
       
    98         };
       
    99     
       
   100    TUint32 iSnapId;
       
   101    TBool iBearerId;
       
   102     };
       
   103 #endif // MSIPALROBSERVER_H
    85 #endif // MSIPALROBSERVER_H