--- a/dcmofw/dcmoserver/inc/dcmoserver.h Wed Sep 15 13:08:27 2010 +0300
+++ b/dcmofw/dcmoserver/inc/dcmoserver.h Wed Oct 13 15:30:06 2010 +0300
@@ -24,21 +24,20 @@
#include "dcmoclientserver.h"
#include "dcmoconst.h"
#include "dcmonotifieraob.h"
-#include <lawmocallbackinterface.h>
+
// CONSTANTS
const TUid KCRUidDCMOServer={0x2001FE47};
const TInt KDCMOKeyMaxNumber = 16;
// FORWARD DECLARATIONS
// CLASS DECLARATION
-class CLAWMOPluginInterface;
+
/**
* CDCMOServer
* Description.
*/
-class CDCMOServer : public CServer2,
- public MLawmoPluginWipeObserver
+class CDCMOServer : public CServer2
{
friend class CDCMOSession;
friend class CDCMONotifierAob;
@@ -86,11 +85,6 @@
* @return None
*/
void DropSession();
-public:
-
- // Callback from MLawmoPluginWipeObserver
- void HandleWipeCompleted(TInt status);
- //void SendGenericAlert();
private:
/**
@@ -172,17 +166,7 @@
* @return
*/
void SetStarter(TBool aValue);
-
- TLawMoStatus WipeItem(TInt aValue=0);
-
- TLawMoStatus WipeAllItem();
- TLawMoStatus GetListItemL(TDesC& item, TDes& strValue);
-
- TLawMoStatus GetToBeWipedL(TDesC& item, TDes& wipeValue);
-
- TLawMoStatus SetToBeWipedL(TDesC& item, TInt wipeValue);
-
private:
/**
@@ -190,7 +174,7 @@
* @param aCategory
* @return the uid
*/
- TUid GetAdapterUidL(const TDesC& aCategory, TBool aIsLawmo = EFalse);
+ TUid GetAdapterUidL(const TDesC& aCategory);
/**
* Finds whether the plug-in adapter is a generic category
@@ -199,19 +183,11 @@
*/
TInt GetLocalCategoryL(const TDesC& aCategory);
- void GetLawmoPluginUidsL();
-
- void StartDMNetworkMonitorL(TDesC& aServerId, TInt iapid=0);
private:
RArray<dcmoInfoList> idcmoArray;
static TInt iSessionCount;
TBool iStarter;
CDCMONotifierAob* iNotifier;
- RArray<TUid> ilawmoPluginUidToBeWiped;
- RArray<CLAWMOPluginInterface*> ilawmoPlugins;
- TInt iwipeStatus;
- TInt iCount;
- TInt iSessionIap;
};
#endif //__DCMO_SERVER_H__