diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-09-12 10:40:09 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-09-12 10:40:09 +0200 |
commit | 61f8f9f3ea9b45de8fcb213ce70c3abefac81aa6 (patch) | |
tree | 3b6fb6c3d287b731308edcc456bc19fbd252c91e /cpp/src/Ice/PropertiesAdminI.cpp | |
parent | Merge remote-tracking branch 'origin/encoding11' into withoutsync (diff) | |
download | ice-61f8f9f3ea9b45de8fcb213ce70c3abefac81aa6.tar.bz2 ice-61f8f9f3ea9b45de8fcb213ce70c3abefac81aa6.tar.xz ice-61f8f9f3ea9b45de8fcb213ce70c3abefac81aa6.zip |
Minor fixes
Diffstat (limited to 'cpp/src/Ice/PropertiesAdminI.cpp')
-rw-r--r-- | cpp/src/Ice/PropertiesAdminI.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/PropertiesAdminI.cpp b/cpp/src/Ice/PropertiesAdminI.cpp index 93650cc5259..898f0414f13 100644 --- a/cpp/src/Ice/PropertiesAdminI.cpp +++ b/cpp/src/Ice/PropertiesAdminI.cpp @@ -158,7 +158,8 @@ Ice::PropertiesAdminI::setProperties_async(const AMD_PropertiesAdmin_setProperti } // - // Send the response now so that we do not block the client during the call to the update callback. + // Send the response now so that we do not block the client during + // the call to the update callback. // cb->ice_response(); |