hti/HtiCommPlugins/HtiIPCommPlugin/src/HtiSocketMonitor.cpp
changeset 13 33016869e0dd
parent 0 a03f92240627
equal deleted inserted replaced
0:a03f92240627 13:33016869e0dd
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // INCLUDE FILES
    19 // INCLUDE FILES
    20 #include "HtiSocketMonitor.h"
    20 #include "HtiSocketMonitor.h"
    21 #include "HtiIPCommlogging.h"
    21 #include "HtiIPCommLogging.h"
    22 
    22 
    23 
    23 
    24 CHtiSocketMonitor* CHtiSocketMonitor::NewL( MHtiSocketObserver::TRequestType aType, MHtiSocketObserver* aObserver )
    24 CHtiSocketMonitor* CHtiSocketMonitor::NewL( MHtiSocketObserver::TRequestType aType, MHtiSocketObserver* aObserver )
    25     {
    25     {
    26     CHtiSocketMonitor* self = new (ELeave) CHtiSocketMonitor( aType, aObserver );
    26     CHtiSocketMonitor* self = new (ELeave) CHtiSocketMonitor( aType, aObserver );