cryptoservices/certificateandkeymgmt/tadditionalstores/Test1certstore.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    20 #include "tadditionalstoremappings.h"
    20 #include "tadditionalstoremappings.h"
    21 #include <signed.h>
    21 #include <signed.h>
    22 #include <x509cert.h>
    22 #include <x509cert.h>
    23 #include <wtlscert.h>
    23 #include <wtlscert.h>
    24 #include <x509keys.h>
    24 #include <x509keys.h>
    25 #include <implementationproxy.h>
    25 #include <ecom/implementationproxy.h>
    26 
    26 
    27 
    27 
    28 _LIT(KName1, "Test store 1");
    28 _LIT(KName1, "Test store 1");
    29 _LIT(KName2, "Test store 2");
    29 _LIT(KName2, "Test store 2");
    30 
    30 
   932 	{
   932 	{
   933 	aTableCount = sizeof(ImplementationTable) / sizeof(TImplementationProxy);
   933 	aTableCount = sizeof(ImplementationTable) / sizeof(TImplementationProxy);
   934 
   934 
   935 	return ImplementationTable;
   935 	return ImplementationTable;
   936 	}
   936 	}
       
   937 
       
   938 
       
   939 
       
   940 
       
   941