equal
deleted
inserted
replaced
22 #include "ServiceObject.h" |
22 #include "ServiceObject.h" |
23 #include "ServiceEventHandler.h" |
23 #include "ServiceEventHandler.h" |
24 #include "DeviceBridge.h" |
24 #include "DeviceBridge.h" |
25 #include "DeviceBinding.h" |
25 #include "DeviceBinding.h" |
26 #include "DeviceLiwBinding.h" |
26 #include "DeviceLiwBinding.h" |
27 #include <LiwServiceHandler.h> |
27 #include <liwservicehandler.h> |
28 |
28 |
29 using namespace KJS; |
29 using namespace KJS; |
30 |
30 |
31 const ClassInfo Device::info = { "Device", 0, 0, 0 }; |
31 const ClassInfo Device::info = { "Device", 0, 0, 0 }; |
32 const TInt INIT_ARRAY_SIZE = 10; // initial service object array |
32 const TInt INIT_ARRAY_SIZE = 10; // initial service object array |