cryptoservices/certificateandkeymgmt/tcertstore/t_swicertstoreactions.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
       
    20 
       
    21 /**
    19 /**
    22  @file
    20  @file
    23 */
    21 */
    24 
    22 
    25 // t_metadataactions.cpp
    23 // t_metadataactions.cpp
    29 #include "t_swicertstoreactions.h"
    27 #include "t_swicertstoreactions.h"
    30 #include "t_certstoredefs.h"
    28 #include "t_certstoredefs.h"
    31 #include "t_certstoreout.h"
    29 #include "t_certstoreout.h"
    32 #include "t_input.h"
    30 #include "t_input.h"
    33 #include <swicertstore.h>
    31 #include <swicertstore.h>
    34 #include "testutilsdpclient.h"
    32 #include "testutilclient.h"
    35 
    33 
    36 TBool operator==(const TCapabilitySet& a, const TCapabilitySet& b)
    34 TBool operator==(const TCapabilitySet& a, const TCapabilitySet& b)
    37 	{
    35 	{
    38 	return a.HasCapabilities(b) && b.HasCapabilities(a);
    36 	return a.HasCapabilities(b) && b.HasCapabilities(a);
    39 	}
    37 	}