cmmanager/cmmgr/cmmserver/inc/cmmsession.h
changeset 27 489cf6208544
parent 20 9c97ad6591ae
child 40 c5b848e6c7d1
equal deleted inserted replaced
23:7ec726f93df1 27:489cf6208544
   182     void GetConnMethodInfoString8L( const RMessage2& aMessage );
   182     void GetConnMethodInfoString8L( const RMessage2& aMessage );
   183     void GetConnMethodArrayL( const RMessage2& aMessage );
   183     void GetConnMethodArrayL( const RMessage2& aMessage );
   184     void GetAllDestinationsL( const RMessage2& aMessage );
   184     void GetAllDestinationsL( const RMessage2& aMessage );
   185     void GetEasyWLANIdL( const RMessage2& aMessage );
   185     void GetEasyWLANIdL( const RMessage2& aMessage );
   186     void GetSupportedBearersL( const RMessage2& aMessage );
   186     void GetSupportedBearersL( const RMessage2& aMessage );
       
   187     void GetUncategorizedIconL( const RMessage2& aMessage );
   187     void ReadDefaultConnectionL( const RMessage2& aMessage );
   188     void ReadDefaultConnectionL( const RMessage2& aMessage );
   188     void ReadGenConnSettingsL( const RMessage2& aMessage );
   189     void ReadGenConnSettingsL( const RMessage2& aMessage );
   189     void WriteGenConnSettingsL( const RMessage2& aMessage );
   190     void WriteGenConnSettingsL( const RMessage2& aMessage );
   190     void GetBearerPriorityArrayL( const RMessage2& aMessage );
   191     void GetBearerPriorityArrayL( const RMessage2& aMessage );
   191     void UpdateBearerPriorityArrayL( const RMessage2& aMessage );
   192     void UpdateBearerPriorityArrayL( const RMessage2& aMessage );
   192     void CopyConnMethodL( const RMessage2& aMessage );
   193     void CopyConnMethodL( const RMessage2& aMessage );
   193     void MoveConnMethodL( const RMessage2& aMessage );
   194     void MoveConnMethodL( const RMessage2& aMessage );
   194     void RemoveConnMethodL( const RMessage2& aMessage );
   195     void RemoveConnMethodL( const RMessage2& aMessage );
   195 
       
   196     void RemoveAllReferencesL( const RMessage2& aMessage );
   196     void RemoveAllReferencesL( const RMessage2& aMessage );
   197 
   197 
   198     void GetDestinationL( const RMessage2& aMessage );
   198     void GetDestinationL( const RMessage2& aMessage );
   199     void RefreshDestinationL( const RMessage2& aMessage );
   199     void RefreshDestinationL( const RMessage2& aMessage );
   200     void CreateDestinationWithNameL( const RMessage2& aMessage );
   200     void CreateDestinationWithNameL( const RMessage2& aMessage );
   208     void GetDestinationMetadataL( const RMessage2& aMessage );
   208     void GetDestinationMetadataL( const RMessage2& aMessage );
   209     void GetDestinationProtectionLevelL( const RMessage2& aMessage );
   209     void GetDestinationProtectionLevelL( const RMessage2& aMessage );
   210     void IsDestinationConnectedL( const RMessage2& aMessage );
   210     void IsDestinationConnectedL( const RMessage2& aMessage );
   211     void IsDestinationHiddenL( const RMessage2& aMessage );
   211     void IsDestinationHiddenL( const RMessage2& aMessage );
   212     void DestinationIsEqualL( const RMessage2& aMessage );
   212     void DestinationIsEqualL( const RMessage2& aMessage );
       
   213     void GetDestinationIconL( const RMessage2& aMessage );
   213 
   214 
   214     void DestAddConnMethodL( const RMessage2& aMessage );
   215     void DestAddConnMethodL( const RMessage2& aMessage );
   215     void DestAddEmbeddedDestinationL( const RMessage2& aMessage );
   216     void DestAddEmbeddedDestinationL( const RMessage2& aMessage );
   216     void DestDeleteConnMethodL( const RMessage2& aMessage );
   217     void DestDeleteConnMethodL( const RMessage2& aMessage );
   217     void DestRemoveConnMethodL( const RMessage2& aMessage );
   218     void DestRemoveConnMethodL( const RMessage2& aMessage );
   221     void SetDestinationMetadataL( const RMessage2& aMessage );
   222     void SetDestinationMetadataL( const RMessage2& aMessage );
   222     void SetDestinationProtectionL( const RMessage2& aMessage );
   223     void SetDestinationProtectionL( const RMessage2& aMessage );
   223     void SetDestinationHiddenL( const RMessage2& aMessage );
   224     void SetDestinationHiddenL( const RMessage2& aMessage );
   224     void UpdateDestinationL( const RMessage2& aMessage );
   225     void UpdateDestinationL( const RMessage2& aMessage );
   225     void DeleteDestinationL( const RMessage2& aMessage );
   226     void DeleteDestinationL( const RMessage2& aMessage );
       
   227     void SetDestinationIconL( const RMessage2& aMessage );
   226 
   228 
   227     void CreateConnMethodL( const RMessage2& aMessage );
   229     void CreateConnMethodL( const RMessage2& aMessage );
   228     void UpdateConnMethodL( const RMessage2& aMessage );
   230     void UpdateConnMethodL( const RMessage2& aMessage );
   229     void CloseConnMethod( const RMessage2& aMessage );
   231     void CloseConnMethod( const RMessage2& aMessage );
   230     void DeleteConnMethodL( const RMessage2& aMessage );
   232     void DeleteConnMethodL( const RMessage2& aMessage );
   245     void CreateConnMethodToDestWithIdL( const RMessage2& aMessage );
   247     void CreateConnMethodToDestWithIdL( const RMessage2& aMessage );
   246     void CmIsEqualL( const RMessage2& aMessage );
   248     void CmIsEqualL( const RMessage2& aMessage );
   247     void CreateCopyOfExistingL( const RMessage2& aMessage );
   249     void CreateCopyOfExistingL( const RMessage2& aMessage );
   248     void GetEmbeddedDestinationL( const RMessage2& aMessage );
   250     void GetEmbeddedDestinationL( const RMessage2& aMessage );
   249 
   251 
       
   252     /**
       
   253      * Check if CM is protected and if so then check the needed capabilities.
       
   254      */
       
   255     void CheckCapabilitiesForProtectedCML( 
       
   256             const RMessage2& aMessage,
       
   257             CCmmConnMethodInstance* aConnectionMethod );
       
   258 
   250 private:
   259 private:
   251     RMessage2 iMessage;
   260     RMessage2 iMessage;
   252 
   261 
   253     CCmmServer& iServer;
   262     CCmmServer& iServer;
   254 
   263