#include <IProfileTransport.hpp>
Updates the Profile manager state. 
Definition at line 33 of file IProfileTransport.hpp.
 
  
  
      
        
          | virtual kaa::IProfileTransport::~IProfileTransport  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
Creates a new Profile update request.
- Returns
 - new Profile update request. 
 
- See also
 - ProfileSyncRequest 
 
Implemented in kaa::ProfileTransport.
 
 
  
  
      
        
          | virtual void kaa::IProfileTransport::onProfileResponse  | 
          ( | 
          const ProfileSyncResponse &  | 
          response | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Updates the state of the Profile manager from the given response.
- Parameters
 - 
  
    | response | the response from the server.  | 
  
   
- See also
 - ProfileSyncResponse 
 
Implemented in kaa::ProfileTransport.
 
 
  
  
      
        
          | virtual void kaa::IProfileTransport::setProfileManager  | 
          ( | 
          IProfileManager *  | 
          manager | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/kaa_v0.6.1/client/client-multi/client-cpp/kaa/channel/transport/IProfileTransport.hpp