upnpavcontroller/upnpavcontrollerhelper/src/upnpitemutility.cpp
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
    22 
    22 
    23 // INCLUDE FILES
    23 // INCLUDE FILES
    24 // System
    24 // System
    25 #include <e32std.h>
    25 #include <e32std.h>
    26 
    26 
    27 // upnp stack api
    27 // dlnasrv / mediaserver api
    28 #include <upnpitem.h>
    28 #include <upnpitem.h>
    29 #include <upnpdlnaprotocolinfo.h>
    29 #include <upnpdlnaprotocolinfo.h>
    30 
    30 
    31 // upnpframework / avcontroller helper api
    31 // dlnasrv / avcontroller helper api
    32 #include "upnpconstantdefs.h" // for KValueNotImplemented
    32 #include "upnpconstantdefs.h" // for KValueNotImplemented
    33 #include "upnpitemutility.h"
    33 #include "upnpitemutility.h"
    34 
    34 
    35 _LIT( KComponentLogfile, "upnpavcontrollerhelper.txt");
    35 _LIT( KComponentLogfile, "upnpavcontrollerhelper.txt");
    36 #include "upnplog.h"
    36 #include "upnplog.h"