X-Git-Url: http://plrg.eecs.uci.edu/git/?p=iot2.git;a=blobdiff_plain;f=iotjava%2Fiotrmi%2FC%2B%2B%2Fbasics%2FTestClassInterface_Skeleton.cpp;fp=iotjava%2Fiotrmi%2FC%2B%2B%2Fbasics%2FTestClassInterface_Skeleton.cpp;h=34e47092ae8f52c353a7f8db340903f9aadc0cd6;hp=65524f76eb52e7152c8ffd7f0ae0dc7abe2e7862;hb=3f0edb3f709c64c5e674e27bf83773da8a758d9c;hpb=4d5080a1607fb27cfe8a769ef8ed34beef42859d diff --git a/iotjava/iotrmi/C++/basics/TestClassInterface_Skeleton.cpp b/iotjava/iotrmi/C++/basics/TestClassInterface_Skeleton.cpp index 65524f7..34e4709 100644 --- a/iotjava/iotrmi/C++/basics/TestClassInterface_Skeleton.cpp +++ b/iotjava/iotrmi/C++/basics/TestClassInterface_Skeleton.cpp @@ -148,7 +148,6 @@ void TestClassInterface_Skeleton::___waitRequestInvokeMethod(TestClassInterface_ //___callBack(skel); break; default: cerr << "Method Id " << methodId << " not recognized!" << endl; - //throw exception(); return; } cout << "Out of switch statement!" << endl;