X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=android%2Fexamples%2Fsimpleserver%2Fsrc%2Fmain%2Fjava%2Forg%2Fiotivity%2Fbase%2Fexamples%2FSimpleServer.java;h=707e1a1928478ebd9c145f82b235552fa09b3bc5;hb=e934e22f0110b2cc0ebedca29a490bfbee7da2b6;hp=7c41aea81f451359cb0554efb199f1aa694a3746;hpb=0e7762704ad69d816015184a55177d17c701188b;p=platform%2Fupstream%2Fiotivity.git diff --git a/android/examples/simpleserver/src/main/java/org/iotivity/base/examples/SimpleServer.java b/android/examples/simpleserver/src/main/java/org/iotivity/base/examples/SimpleServer.java index 7c41aea..707e1a1 100644 --- a/android/examples/simpleserver/src/main/java/org/iotivity/base/examples/SimpleServer.java +++ b/android/examples/simpleserver/src/main/java/org/iotivity/base/examples/SimpleServer.java @@ -65,6 +65,7 @@ public class SimpleServer extends Activity { Context context = this; PlatformConfig platformConfig = new PlatformConfig( + this, context, ServiceType.IN_PROC, ModeType.SERVER,