diff options
Diffstat (limited to 'cpp/demo/IceGrid/secure/Client.cpp')
-rw-r--r-- | cpp/demo/IceGrid/secure/Client.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/demo/IceGrid/secure/Client.cpp b/cpp/demo/IceGrid/secure/Client.cpp index 450b7bf773a..871f0f08a65 100644 --- a/cpp/demo/IceGrid/secure/Client.cpp +++ b/cpp/demo/IceGrid/secure/Client.cpp @@ -59,6 +59,9 @@ HelloClient::run(int argc, char* argv[]) HelloPrx hello; try { +#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) + IceUtil::DummyBCC dummy; +#endif hello = HelloPrx::checkedCast(communicator()->stringToProxy("hello")); } catch(const Ice::NotRegisteredException&) |