sensorservices/sensorserver/inc/server/senserverchannel.h
branchRCL_3
changeset 21 ccb4f6b3db21
parent 0 4e1aa6a622a0
child 22 8cb079868133
equal deleted inserted replaced
20:1ddbe54d0645 21:ccb4f6b3db21
   279         * @return The condition evaluator reference.
   279         * @return The condition evaluator reference.
   280         */
   280         */
   281         CSensrvConditionEvaluator* ConditionEvaluatorL();
   281         CSensrvConditionEvaluator* ConditionEvaluatorL();
   282 
   282 
   283         /**
   283         /**
   284         * Get clients of this channel. The client identified by aCallerSecureId
       
   285         * is not added to the affected clients list.
       
   286         *
       
   287         * @since S60 5.0
       
   288         * @param[in,out] aAffectedClients On return contains client
       
   289         *                 processes priorities for this channel.
       
   290         * @param[in]     aCallerSecureId Identifies the listener which is filtered away.
       
   291         */
       
   292         void GetAffectedClients( RArray<TInt>& aAffectedClients,
       
   293                                  TSecureId aCallerSecureId );
       
   294 
       
   295         /**
       
   296         * Gets listener for session.
   284         * Gets listener for session.
   297         *
   285         *
   298         * @since S60 5.0
   286         * @since S60 5.0
   299         * @param aSession Session for which the listener is needed.
   287         * @param aSession Session for which the listener is needed.
   300         * @return Listener pointer or NULL if not found.
   288         * @return Listener pointer or NULL if not found.