mediator/inc/Server/MediatorServerObjects.h
changeset 63 09d657f1ee00
parent 0 4e1aa6a622a0
child 61 8cb079868133
equal deleted inserted replaced
54:072a9626b290 63:09d657f1ee00
     1 /*
     1 /*
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2005 - 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 "Eclipse Public License v1.0"
     5 * under the terms of "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".
   825         * @param None.
   825         * @param None.
   826         * @return RPointerArray of observers
   826         * @return RPointerArray of observers
   827         */  
   827         */  
   828         RPointerArray<MMediatorServerEventObserver>& GetObservers();
   828         RPointerArray<MMediatorServerEventObserver>& GetObservers();
   829         
   829         
   830         /**
   830               
   831         * Adds an array of observers to event
       
   832         * @since S60 3.1
       
   833         * @param aObservers reference to observer array
       
   834         * @return None.
       
   835         */      
       
   836         void AddObservers( RPointerArray<MMediatorServerEventObserver>& aObservers );
       
   837         
       
   838         /**
   831         /**
   839         * Gets TEvent structure of the current event
   832         * Gets TEvent structure of the current event
   840         * @since S60 3.1
   833         * @since S60 3.1
   841         * @param None
   834         * @param None
   842         * @return MediatorService::TEvent structure.
   835         * @return MediatorService::TEvent structure.