equal
deleted
inserted
replaced
681 @see iPsuDfc |
681 @see iPsuDfc |
682 */ |
682 */ |
683 TInt DPBusSocket::Create(const TDesC* aName) |
683 TInt DPBusSocket::Create(const TDesC* aName) |
684 { |
684 { |
685 OstTraceFunctionEntry1( DPBUSSOCKET_CREATE_ENTRY, this ); |
685 OstTraceFunctionEntry1( DPBUSSOCKET_CREATE_ENTRY, this ); |
686 __KTRACE_OPT(KPBUS1,Kern::Printf(">DPBusSocket(%d)::Create %lS",iSocketNumber,aName)); |
686 __KTRACE_OPT(KPBUS1,Kern::Printf(">DPBusSocket(%d)::Create %S",iSocketNumber,aName)); |
687 OstTrace1(TRACE_INTERNALS, DPBUSSOCKET_CREATE, "iSocketNumber=%d",iSocketNumber); |
687 OstTrace1(TRACE_INTERNALS, DPBUSSOCKET_CREATE, "iSocketNumber=%d",iSocketNumber); |
688 iName=aName; |
688 iName=aName; |
689 DPBusPowerHandler* pH=new DPBusPowerHandler(this); |
689 DPBusPowerHandler* pH=new DPBusPowerHandler(this); |
690 if (!pH) |
690 if (!pH) |
691 { |
691 { |