Add missing return for testcase

This commit is contained in:
William S Fulton 2014-03-14 23:26:23 +00:00
commit 8f967f3341

View file

@ -180,7 +180,7 @@ public:
virtual std::string ping(int excp) throw(int,MyNS::Exception2) = 0;
virtual std::string pong(int excp) /* throws MyNS::Exception1 MyNS::Exception2 MyNS::Unexpected) */ = 0;
virtual std::string genericpong(int excp) /* unspecified throws - exception is always DirectorException in C++, translated back to whatever thrown in java */ = 0;
virtual std::string directorthrows_warning(int excp) throw(double) {}
virtual std::string directorthrows_warning(int excp) throw(double) { return std::string(); }
};
// Make a bar from a foo, so a call to Java Bar