Index: trunk/FACT++/src/Configuration.cc
===================================================================
--- trunk/FACT++/src/Configuration.cc	(revision 10329)
+++ trunk/FACT++/src/Configuration.cc	(revision 10330)
@@ -682,5 +682,5 @@
 //!
 //
-void Configuration::SetNameMapper(const boost::function<std::string(std::string)> &func)
+void Configuration::SetNameMapper(const boost::function<string(string)> &func)
 {
     fNameMapper = func;
Index: trunk/FACT++/src/ServiceList.cc
===================================================================
--- trunk/FACT++/src/ServiceList.cc	(revision 10329)
+++ trunk/FACT++/src/ServiceList.cc	(revision 10330)
@@ -122,5 +122,8 @@
 //!
 //! @param str
-//!    name of the service to which we want to subscribe
+//!    name of the server to which we want to subscribe
+//!
+//! @param svc
+//!    name of the servic on the server to which we want to subscribe
 //!
 //! @returns
Index: trunk/FACT++/src/dataLogger.cc
===================================================================
--- trunk/FACT++/src/dataLogger.cc	(revision 10329)
+++ trunk/FACT++/src/dataLogger.cc	(revision 10330)
@@ -617,5 +617,5 @@
 //! 	The current DimInfo 
 //
-void DataLogger::ReportPlease(DimInfo* I, SubscriptionType& sub)
+void DataLogger::ReportPlease(DimInfo* I, SubscriptionType&)
 {
 	//should we log or report this info ? (i.e. is it a message ?)
