syncmlfw/ds/dsutils/dbcaps/src/NSmlPropParam.cpp
branchRCL_3
changeset 25 b183ec05bd8c
parent 0 b497e44ab2fc
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
    30 
    30 
    31 // -----------------------------------------------------------------------------
    31 // -----------------------------------------------------------------------------
    32 // CNSmlPropParam::CNSmlPropParam
    32 // CNSmlPropParam::CNSmlPropParam
    33 // -----------------------------------------------------------------------------
    33 // -----------------------------------------------------------------------------
    34 //
    34 //
    35 CNSmlPropParam::CNSmlPropParam( SmlDevInfPropParamPtr_t aParamPtr )
    35 EXPORT_C CNSmlPropParam::CNSmlPropParam( SmlDevInfPropParamPtr_t aParamPtr )
    36  : iParamPtr(aParamPtr)
    36  : iParamPtr(aParamPtr)
    37 	{
    37 	{
    38 	//_DBG_FILE("CNSmlPropParam::CNSmlPropParam(): begin");
    38 	//_DBG_FILE("CNSmlPropParam::CNSmlPropParam(): begin");
    39 	//_DBG_FILE("CNSmlPropParam::CNSmlPropParam(): end");
    39 	//_DBG_FILE("CNSmlPropParam::CNSmlPropParam(): end");
    40 	}
    40 	}