summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/PropertiesAdminI.cpp
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2016-06-13 14:16:45 -0400
committerJoe George <joe@zeroc.com>2016-06-13 14:16:45 -0400
commitc734ce59a48b0422b1b0c9bddd9bc0a56bdfbd85 (patch)
treec0c227e57385a939354e7ed98876ef237f3fa8e0 /cpp/src/Ice/PropertiesAdminI.cpp
parentRename Ice Touch references to Ice (diff)
downloadice-c734ce59a48b0422b1b0c9bddd9bc0a56bdfbd85.tar.bz2
ice-c734ce59a48b0422b1b0c9bddd9bc0a56bdfbd85.tar.xz
ice-c734ce59a48b0422b1b0c9bddd9bc0a56bdfbd85.zip
ICE-7179 - Update std::function code style
Diffstat (limited to 'cpp/src/Ice/PropertiesAdminI.cpp')
-rw-r--r--cpp/src/Ice/PropertiesAdminI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/PropertiesAdminI.cpp b/cpp/src/Ice/PropertiesAdminI.cpp
index 016ef526c68..ed82eaff96d 100644
--- a/cpp/src/Ice/PropertiesAdminI.cpp
+++ b/cpp/src/Ice/PropertiesAdminI.cpp
@@ -54,8 +54,8 @@ PropertiesAdminI::getPropertiesForPrefix(const string& prefix, const Current&)
void
#ifdef ICE_CPP11_MAPPING
PropertiesAdminI::setPropertiesAsync(PropertyDict props,
- function<void ()> response,
- function<void (exception_ptr)>,
+ function<void()> response,
+ function<void(exception_ptr)>,
const Current&)
#else
PropertiesAdminI::setProperties_async(const AMD_PropertiesAdmin_setPropertiesPtr& cb, const PropertyDict& props,