summaryrefslogtreecommitdiff
path: root/cpp/src/IceBox/ServiceManagerI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceBox/ServiceManagerI.cpp')
-rw-r--r--cpp/src/IceBox/ServiceManagerI.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/IceBox/ServiceManagerI.cpp b/cpp/src/IceBox/ServiceManagerI.cpp
index 12c67a7d124..b39622d032a 100644
--- a/cpp/src/IceBox/ServiceManagerI.cpp
+++ b/cpp/src/IceBox/ServiceManagerI.cpp
@@ -57,6 +57,12 @@ IceBox::ServiceManagerI::run()
ServiceManagerPtr obj = this;
//
+ // TODO: Simplify configuration, this is way too complicated. We
+ // should most likely have only two configuration properties, one
+ // for the identity and the other one for the endpoints.
+ //
+
+ //
// Prefix the adapter name and object identity with the value
// of the IceBox.Name property.
//