dcmofw/dcmoserver/inc/dcmoserver.h
changeset 51 2e64dc50f295
parent 0 b497e44ab2fc
--- a/dcmofw/dcmoserver/inc/dcmoserver.h	Tue Jul 13 09:37:43 2010 +0530
+++ b/dcmofw/dcmoserver/inc/dcmoserver.h	Tue Jul 13 09:51:41 2010 +0530
@@ -21,9 +21,11 @@
 // INCLUDES
 
 #include <e32base.h>
+#include <hbdevicemessageboxsymbian.h>
 #include "dcmoclientserver.h"
 #include "dcmoconst.h"
-#include "dcmonotifieraob.h"
+#include "dcmomessagebox.h"
+
 
 // CONSTANTS
 const TUid KCRUidDCMOServer={0x2001FE47};
@@ -40,7 +42,7 @@
 class CDCMOServer : public CServer2
 	{
 	friend class CDCMOSession;
-	friend class CDCMONotifierAob;
+	friend class CDCMOMessageBox;
 
 public:
 	/**
@@ -166,7 +168,14 @@
 	 * @return 
 	 */
 	void SetStarter(TBool aValue);	
-
+	
+	/**
+	 * Deletes the idcmoArray value if any
+	 * @param none
+	 * @return none
+	 */
+	void CleanDcmoArray();	
+	
 private:
 	
 	/**
@@ -187,7 +196,7 @@
 	RArray<dcmoInfoList> idcmoArray;
 	static TInt iSessionCount;
 	TBool iStarter;	
-	CDCMONotifierAob* iNotifier;
+	CDCMOMessageBox* iMessageBox;
 	};
 	
 #endif //__DCMO_SERVER_H__