From 8b15e6ba73a45b5be5064cb2f866ad0654d7af18 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Mon, 2 Mar 2009 15:23:53 -0330 Subject: C++Builder 2009 port --- cpp/src/IceGrid/Client.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp/src/IceGrid/Client.cpp') diff --git a/cpp/src/IceGrid/Client.cpp b/cpp/src/IceGrid/Client.cpp index 37b25ddb932..cba7349ad0b 100644 --- a/cpp/src/IceGrid/Client.cpp +++ b/cpp/src/IceGrid/Client.cpp @@ -302,6 +302,9 @@ Client::run(int argc, char* argv[]) vector args; try { +#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) + IceUtil::DummyBCC dummy; +#endif args = opts.parse(argc, (const char**)argv); } catch(const IceUtilInternal::BadOptException& e) -- cgit v1.2.3