mmserv/tms/tmsserver/src/tmspubsublistener.cpp
branchRCL_3
changeset 17 60e492b28869
parent 7 3d8c721bf319
equal deleted inserted replaced
15:ab526b8cacfb 17:60e492b28869
   152 TInt TMSPubSubListener::Get(TDes16& aVal)
   152 TInt TMSPubSubListener::Get(TDes16& aVal)
   153     {
   153     {
   154     return iProperty.Get(iUid, iId, aVal);
   154     return iProperty.Get(iUid, iId, aVal);
   155     }
   155     }
   156 
   156 
       
   157 // -----------------------------------------------------------------------------
       
   158 // TMSPubSubListener::Set
       
   159 // Sets integer value.
       
   160 // -----------------------------------------------------------------------------
       
   161 //
       
   162 TInt TMSPubSubListener::Set(TInt aVal)
       
   163     {
       
   164     return iProperty.Set(iUid, iId, aVal);
       
   165     }
       
   166 
   157 // End of File
   167 // End of File