graphicscomposition/surfaceupdate/inc/surfaceupdateserver.h
changeset 98 bf7481649c98
parent 0 5d03bc08d59c
child 110 7f25ef56562d
equal deleted inserted replaced
85:cdf2f6e5c390 98:bf7481649c98
   184 	~CUpdateReceiverNotificationBatch();
   184 	~CUpdateReceiverNotificationBatch();
   185 	void ProcessNotificationEvent(CUpdateReceiverNotification* aReceiverNotification);
   185 	void ProcessNotificationEvent(CUpdateReceiverNotification* aReceiverNotification);
   186 	TBool IsActive() const;
   186 	TBool IsActive() const;
   187 	CUpdateReceiverNotification* UpdateReceiverNotification(TInt aReceiverPriority = 0);
   187 	CUpdateReceiverNotification* UpdateReceiverNotification(TInt aReceiverPriority = 0);
   188 	void CheckForReuse();
   188 	void CheckForReuse();
       
   189 	void SetNumUpdateReceivers(TInt aNumUpdateReceivers);
   189 #ifdef TEST_SURFACE_UPDATE
   190 #ifdef TEST_SURFACE_UPDATE
   190 	CSurfaceUpdateServer* Server();
   191 	CSurfaceUpdateServer* Server();
   191 	void IncNumberPendingNotifications();
   192 	void IncNumberPendingNotifications();
   192 #endif
   193 #endif
   193 public:
   194 public: