installationservices/swi/source/sisregistry/server_legacy/sisregistryserversession.h
branchRCL_3
changeset 23 cd189dac02f7
parent 4 3eebb1e54d3a
child 25 7333d7932ef7
equal deleted inserted replaced
21:5bddc28da627 23:cd189dac02f7
     1 /*
     1 /*
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   138 	void RequestControllersL(const RMessage2& aMessage);
   138 	void RequestControllersL(const RMessage2& aMessage);
   139 
   139 
   140 	// support for the writeable interface
   140 	// support for the writeable interface
   141 	void RegisterEntryL(const RMessage2& aMessage, TBool aNewEntry);	
   141 	void RegisterEntryL(const RMessage2& aMessage, TBool aNewEntry);	
   142 	void DeleteEntryL(const RMessage2& aMessage);
   142 	void DeleteEntryL(const RMessage2& aMessage);
       
   143 	void DeleteEntryL(const CSisRegistryObject& aObject, TInt64 aTransactionId, TBool aRegenerateCache = ETrue);
   143 	void RequestDependenciesRegistryEntryL(const RMessage2& aMessage);
   144 	void RequestDependenciesRegistryEntryL(const RMessage2& aMessage);
   144 	void RequestDependentPackagesRegistryEntryL(const RMessage2& aMessage);
   145 	void RequestDependentPackagesRegistryEntryL(const RMessage2& aMessage);
   145 	void AddDriveL(const RMessage2& aMessage);
   146 	void AddDriveL(const RMessage2& aMessage);
   146 	void RemoveDriveL(const RMessage2& aMessage);
   147 	void RemoveDriveL(const RMessage2& aMessage);
   147 	void DeletablePreInstalledRegistryEntryL(const RMessage2& aMessage);
   148 	void DeletablePreInstalledRegistryEntryL(const RMessage2& aMessage);
   168 	
   169 	
   169 	void RecoverL(const RMessage2& aMessage);	
   170 	void RecoverL(const RMessage2& aMessage);	
   170 	void LoggingFileInfoL(const RMessage2& aMessage);
   171 	void LoggingFileInfoL(const RMessage2& aMessage);
   171 	void RequestMatchingSupportedLanguagesL(const RMessage2& aMessage);
   172 	void RequestMatchingSupportedLanguagesL(const RMessage2& aMessage);
   172 	void RequestInternalRegistryFilesL(const RMessage2& aMessage);
   173 	void RequestInternalRegistryFilesL(const RMessage2& aMessage);
       
   174 	void DriveFormatDetectedL(TDriveUnit aDrive);
   173 private:
   175 private:
   174     friend class CSisRevocationManager;
   176     friend class CSisRevocationManager;
   175 	RFs iFs;
   177 	RFs iFs;
   176 
   178 
   177     CSisRevocationManager* iRevocationManager;
   179     CSisRevocationManager* iRevocationManager;