Cleaning up drivers/Cpp, Cpp/Lifxtest, virtuals, and iotrmi/C++ (revisiting the C...
[iot2.git] / iotjava / iotrmi / C++ / sample / CallBack_Skeleton.cpp
diff --git a/iotjava/iotrmi/C++/sample/CallBack_Skeleton.cpp b/iotjava/iotrmi/C++/sample/CallBack_Skeleton.cpp
deleted file mode 100644 (file)
index 0d8ea86..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#include <iostream>
-#include <string>
-#include "CallBack_Skeleton.hpp"
-
-using namespace std;
-
-int main(int argc, char *argv[])
-{
-
-       int port = 5010;
-       CallBackInterface *cb = new CallBack(23);
-       CallBack_Skeleton *cbSkel = new CallBack_Skeleton(cb, port);
-       //cbSkel->waitRequestInvokeMethod();
-
-       delete cb;
-       delete cbSkel;
-       return 0;
-}