phonebookengines/contactsmodel/tsrc/t_agent.h
changeset 24 0ba2181d7c28
parent 0 e686773b3f54
equal deleted inserted replaced
0:e686773b3f54 24:0ba2181d7c28
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 /*
     2 // All rights reserved.
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 // This component and the accompanying materials are made available
     3 * All rights reserved.
     4 // under the terms of "Eclipse Public License v1.0"
     4 * This component and the accompanying materials are made available
     5 // which accompanies this distribution, and is available
     5 * under the terms of "Eclipse Public License v1.0"
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 * which accompanies this distribution, and is available
     7 //
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 // Initial Contributors:
     8 *
     9 // Nokia Corporation - initial contribution.
     9 * Initial Contributors:
    10 //
    10 * Nokia Corporation - initial contribution.
    11 // Contributors:
    11 *
    12 //
    12 * Contributors:
    13 // Description:
    13 *
    14 //
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
    15 
    18 
    16 #ifndef __T_AGENT_H__
    19 #ifndef __T_AGENT_H__
    17 #define __T_AGENT_H__
    20 #define __T_AGENT_H__
    18 
    21 
    19 class CAgentTest : public CBase
    22 class CAgentTest : public CBase
    48 
    51 
    49 _LIT8(KAgentvCard, "BEGIN:VCARD\r\n"
    52 _LIT8(KAgentvCard, "BEGIN:VCARD\r\n"
    50 					"VERSION:2.1\r\n"
    53 					"VERSION:2.1\r\n"
    51 					"REV:20061211T050714Z\r\n"
    54 					"REV:20061211T050714Z\r\n"
    52 					"UID:86454f285939ae79-00e1020032b20762-1\r\n"
    55 					"UID:86454f285939ae79-00e1020032b20762-1\r\n"
    53 					"N:Testname;;;;\r\n"
    56 					"N:Morpheous;;;;\r\n"
    54 					"TEL;HOME;VOICE;CELL:755501\r\n"
    57 					"TEL;HOME;VOICE;CELL:755501\r\n"
    55 					"END:VCARD\r\n"
    58 					"END:VCARD\r\n"
    56 					"BEGIN:VCARD\r\n"
    59 					"BEGIN:VCARD\r\n"
    57 					"VERSION:2.1\r\n"
    60 					"VERSION:2.1\r\n"
    58 					"REV:20061211T050714Z\r\n"
    61 					"REV:20061211T050714Z\r\n"
    62 					"AGENT:\r\n"
    65 					"AGENT:\r\n"
    63 					"BEGIN:VCARD\r\n"
    66 					"BEGIN:VCARD\r\n"
    64 					"VERSION:2.1\r\n"
    67 					"VERSION:2.1\r\n"
    65 					"REV:20061211T050714Z\r\n"
    68 					"REV:20061211T050714Z\r\n"
    66 					"UID:86454f285939ae79-00e1020032b20762-1\r\n"
    69 					"UID:86454f285939ae79-00e1020032b20762-1\r\n"
    67 					"N:Example1;;;;\r\n"
    70 					"N:AgentSmith;;;;\r\n"
    68 					"TEL;HOME;VOICE;CELL:755501\r\n"
    71 					"TEL;HOME;VOICE;CELL:755501\r\n"
    69 					"END:VCARD\r\n"
    72 					"END:VCARD\r\n"
    70 					"\r\n"
    73 					"\r\n"
    71 					"END:VCARD\r\n");
    74 					"END:VCARD\r\n");
    72 
    75 
    73 _LIT8(KMultipleAgentvCard, "BEGIN:VCARD\r\n"
    76 _LIT8(KMultipleAgentvCard, "BEGIN:VCARD\r\n"
    74 					"VERSION:2.1\r\n"
    77 					"VERSION:2.1\r\n"
    75 					"REV:20061211T050714Z\r\n"
    78 					"REV:20061211T050714Z\r\n"
    76 					"UID:86454f285939ae79-00e1020032b20762-1\r\n"
    79 					"UID:86454f285939ae79-00e1020032b20762-1\r\n"
    77 					"N:Testname;;;;\r\n"
    80 					"N:Morpheous;;;;\r\n"
    78 					"TEL;HOME;VOICE;CELL:755501\r\n"
    81 					"TEL;HOME;VOICE;CELL:755501\r\n"
    79 					"AGENT:\r\n"
    82 					"AGENT:\r\n"
    80 					"BEGIN:VCARD\r\n"
    83 					"BEGIN:VCARD\r\n"
    81 					"VERSION:2.1\r\n"
    84 					"VERSION:2.1\r\n"
    82 					"REV:20061211T050714Z\r\n"
    85 					"REV:20061211T050714Z\r\n"
    83 					"UID:86454f285939ae79-00e1020032b20762-5\r\n"
    86 					"UID:86454f285939ae79-00e1020032b20762-5\r\n"
    84 					"N:Example1;;;;\r\n"
    87 					"N:AgentSmith;;;;\r\n"
    85 					"TEL;HOME;VOICE;CELL:755501\r\n"
    88 					"TEL;HOME;VOICE;CELL:755501\r\n"
    86 					"END:VCARD\r\n"
    89 					"END:VCARD\r\n"
    87 					"\r\n"					
    90 					"\r\n"					
    88 					"END:VCARD\r\n"
    91 					"END:VCARD\r\n"
    89 					"BEGIN:VCARD\r\n"
    92 					"BEGIN:VCARD\r\n"
    95 					"AGENT:\r\n"
    98 					"AGENT:\r\n"
    96 					"BEGIN:VCARD\r\n"
    99 					"BEGIN:VCARD\r\n"
    97 					"VERSION:2.1\r\n"
   100 					"VERSION:2.1\r\n"
    98 					"REV:20061211T050714Z\r\n"
   101 					"REV:20061211T050714Z\r\n"
    99 					"UID:86454f285939ae79-00e1020032b20762-3\r\n"
   102 					"UID:86454f285939ae79-00e1020032b20762-3\r\n"
   100 					"N:SymbianFoundation;;;;\r\n"
   103 					"N:Oracle;;;;\r\n"
   101 					"TEL;HOME;VOICE;CELL:755501\r\n"
   104 					"TEL;HOME;VOICE;CELL:755501\r\n"
   102 					"END:VCARD\r\n"
   105 					"END:VCARD\r\n"
   103 					"\r\n"
   106 					"\r\n"
   104 					"AGENT:\r\n"
   107 					"AGENT:\r\n"
   105 					"BEGIN:VCARD\r\n"
   108 					"BEGIN:VCARD\r\n"