persistentstorage/dbms/security/SC_TextOut.cpp
changeset 55 44f437012c90
parent 0 08ec8eefde2f
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
    18 #include "SC_Strings.h"
    18 #include "SC_Strings.h"
    19 #include "SC_TextOut.h"
    19 #include "SC_TextOut.h"
       
    20 
       
    21 #pragma BullseyeCoverage off
       
    22 #pragma CTC SKIP
    20 
    23 
    21 namespace DBSC
    24 namespace DBSC
    22 {
    25 {
    23 
    26 
    24 /**
    27 /**
   137 		}
   140 		}
   138 	__ASSERT(0);
   141 	__ASSERT(0);
   139 	}
   142 	}
   140 
   143 
   141 } //end of - namespace DBSC
   144 } //end of - namespace DBSC
       
   145 
       
   146 #pragma CTC ENDSKIP
       
   147 #pragma BullseyeCoverage on