Revision ba6302b1 client/cpp/include/MiddlewareRSB.h

View differences:

client/cpp/include/MiddlewareRSB.h
42 42
class MiddlewareRSB : public Middleware{
43 43
#ifndef RSB_SUPPORT
44 44
public:
45
    MiddlewareRSB(std::string scope){
45
    MiddlewareRSB(std::string scope) : Middleware(scope){
46 46
        printf("> ERROR: hlrc was compiled without RSB middleware support. Please use MiddlewareROS() instead!\n\n");
47 47
        exit(EXIT_FAILURE);
48 48
    }

Also available in: Unified diff