Completing stub and skeleton sides' APIs; Adding tests for C++ side; Still need to...
authorrtrimana <rtrimana@uci.edu>
Thu, 27 Oct 2016 19:14:35 +0000 (12:14 -0700)
committerrtrimana <rtrimana@uci.edu>
Thu, 27 Oct 2016 19:14:35 +0000 (12:14 -0700)
commitb6effa890ccb61eb4b7a82f0dd7493cac354ef49
tree3ed7a01b425cee2494ab8d5be0b8bd9ad7d14656
parent6af259f06ec3a02ae9195099afc5b2dfc71f274f
Completing stub and skeleton sides' APIs; Adding tests for C++ side; Still need to refactor non-primitive data types handling
15 files changed:
iotjava/Makefile
iotjava/iotrmi/C++/IoTRMICall.hpp
iotjava/iotrmi/C++/IoTRMIObject.hpp
iotjava/iotrmi/C++/IoTRMIUtil.hpp
iotjava/iotrmi/C++/TestClass.hpp [deleted file]
iotjava/iotrmi/C++/sample/TestClass.cpp [new file with mode: 0644]
iotjava/iotrmi/C++/sample/TestClass.hpp [new file with mode: 0644]
iotjava/iotrmi/C++/sample/TestClassInterface.hpp [new file with mode: 0644]
iotjava/iotrmi/C++/sample/TestClass_Skeleton.cpp [new file with mode: 0644]
iotjava/iotrmi/C++/sample/TestClass_Skeleton.hpp [new file with mode: 0644]
iotjava/iotrmi/C++/sample/TestClass_Stub.cpp [new file with mode: 0644]
iotjava/iotrmi/C++/sample/TestClass_Stub.hpp [new file with mode: 0644]
iotjava/iotrmi/Java/sample/TestClass.java
iotjava/iotrmi/Java/sample/TestClassInterface.java [new file with mode: 0644]
iotjava/iotrmi/Java/sample/TestClass_Stub.java