diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-05-09 15:59:35 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-05-09 15:59:35 +0000 |
commit | 77ce2751912eef6e7d8af75959358de220e7eb80 (patch) | |
tree | 88bf0da7b6719df5bd53c9738ce60acb80f844dc /cpp/src/Ice/ReferenceFactory.cpp | |
parent | Cleaned up slice files, fixed IceGrid node with collocated registry warning (diff) | |
download | ice-77ce2751912eef6e7d8af75959358de220e7eb80.tar.bz2 ice-77ce2751912eef6e7d8af75959358de220e7eb80.tar.xz ice-77ce2751912eef6e7d8af75959358de220e7eb80.zip |
Added back static identity string functions
Diffstat (limited to 'cpp/src/Ice/ReferenceFactory.cpp')
-rw-r--r-- | cpp/src/Ice/ReferenceFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ReferenceFactory.cpp b/cpp/src/Ice/ReferenceFactory.cpp index 07e1d124a3c..79705f6251f 100644 --- a/cpp/src/Ice/ReferenceFactory.cpp +++ b/cpp/src/Ice/ReferenceFactory.cpp @@ -140,7 +140,7 @@ IceInternal::ReferenceFactory::create(const string& str) return 0; } - const string delim = " \t\n\r"; + const string delim = " \t\r\n"; string s(str); string::size_type beg; |