Adding support to returning struct/list of struct objects
[iot2.git] / iotjava / iotrmi / Java / sample / TestClass_Skeleton.java
2016-11-07 rtrimanaAdding support to returning struct/list of struct objects
2016-11-07 rtrimanaSending int[] instead of a bunch of int for enum type...
2016-11-06 rtrimanaAdding return value support for enumeration (both Java...
2016-11-05 rtrimanaAdding enum support for method argument; need to emulat...
2016-11-05 rtrimanaDoing the same set of transformations for C++
2016-11-05 rtrimanaCleaning methodSignatures
2016-11-05 rtrimanaUsing methodId directly without method signature; placi...
2016-11-05 rtrimanaFixing bug for return value from callback in C++ (sendR...
2016-11-05 rtrimanaAdding callback for C++ (still has bug for return value...
2016-11-02 rtrimanaSeparating socket creation from callback method, so...
2016-11-01 rtrimanaInitial version that handles multiple callback objects...
2016-10-28 rtrimanaMaking sure that sample stub and skeleton classes inher...
2016-10-17 rtrimanaEarly version of RMI system for Java part; supports...