diff -r bef90b82da71 -r 796276a1bdcc instantmessagesalert/tsrc/testinstantmsgalert/data/Branch_Coverage/indexD4.html --- a/instantmessagesalert/tsrc/testinstantmsgalert/data/Branch_Coverage/indexD4.html Mon Mar 15 12:39:32 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,69 +0,0 @@ - - -CTC++ Coverage Report - Execution Profile - imalertnotifierfactory.cpp - - - - - - - - -CTC++ Coverage Report - -Execution Profile -   #4/8

-Directory Summary | Files Summary | Functions Summary | Execution Profile
-To files: First | Previous | Next | Last | Index | No Index


-File: \meco_domain\conversations\instantmessagesalert\src\imalertnotifierfactory.cpp
-Instrumentation mode: function-decision
-TER: 100 % ( 2/ 2)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Start/ End/    
True False - Line Source

  1 /*
  2 * ==============================================================================
  3 *  Name        : imalertnotifierfactory.cpp
  4 *  Part of     : conversations/instantmessagesalert
  5 *  Description : Publish and Subscribe factory method implementation
  6 *  Version     : %version: 1 %
  7 *
  8 *  Copyright © 2009 Nokia. All rights reserved..
  9 *  This material, including documentation and any related 
  10 *  computer programs, is protected by copyright controlled by 
  11 *  Nokia. All rights are reserved. Copying, including 
  12 *  reproducing, storing, adapting or translating, any 
  13 *  or all of this material requires the prior written consent of 
  14 *  Nokia. This material also contains confidential 
  15 *  information which may not be disclosed to others without the 
  16 *  prior written consent of Nokia.
  17 * ==============================================================================
  18 */
  19 
  20 
  21 // INCLUDE FILES
  22 #include    "imalertnotifierfactory.h"
  23 #include    "mimalertnotifierinterface.h"
  24 #include    "cimalertnotifierimpl.h"
  25 
  26 
  27 // ============================ MEMBER FUNCTIONS ===============================
  28 
  29 // ---------------------------------------------------------
  30 // IMAlertNotifierFactory::CreateNotifierL
  31 // (other items were commented in a header).
  32 // ---------------------------------------------------------
  33 //
Top
17   34 EXPORT_C MIMAlertNotifierInterface* IMAlertNotifierFactory::CreateNotifierL( MIMAlertNotifierKeyObserver* aObserver )
  35    {
17    36    return CIMAlertNotifierImpl::NewL( aObserver );
  37    }
  38    
  39 //  End of File
  40 
***TER 100% (2/2) of SOURCE FILE imalertnotifierfactory.cpp

-Directory Summary | Files Summary | Functions Summary | Execution Profile
-To files: First | Previous | Next | Last | Top | Index | No Index


-