From c0c6c0b98b0819f63cc6927a7041034ee48f481d Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Mon, 14 Jan 2002 22:39:58 +0000 Subject: router fixes --- cpp/src/Ice/ReferenceFactory.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpp/src/Ice/ReferenceFactory.cpp') diff --git a/cpp/src/Ice/ReferenceFactory.cpp b/cpp/src/Ice/ReferenceFactory.cpp index e784c54ad8b..d1fa68f4116 100644 --- a/cpp/src/Ice/ReferenceFactory.cpp +++ b/cpp/src/Ice/ReferenceFactory.cpp @@ -174,6 +174,10 @@ IceInternal::ReferenceFactory::create(const string& str) argument = str.substr(beg, end - beg); } + // + // If any new options are added here, + // IceInternal::Reference::toString() must be updated as well. + // switch (option[1]) { case 'f': -- cgit v1.2.3