Index: /trunk/FACT++/src/MessageImp.h
===================================================================
--- /trunk/FACT++/src/MessageImp.h	(revision 10392)
+++ /trunk/FACT++/src/MessageImp.h	(revision 10393)
@@ -28,5 +28,5 @@
     MessageImp(std::ostream &out=std::cout);
 
-    virtual void IndicateStateChange(const Time &time, const std::string &server) { }
+    virtual void IndicateStateChange(const Time &, const std::string &) { }
     void StateChanged(const Time &time, const std::string &server, const std::string &msg, int state);
     virtual int Write(const Time &time, const std::string &txt, int qos=kInfo);
@@ -63,2 +63,17 @@
 
 #endif
+
+// ***************************************************************************
+/** @fn MessageImp::IndicateStateChange(const Time &time, const std::string &server)
+
+This function is called to indicate a state change by StateChanged() to
+derived classes.
+
+@param time
+   Time at which the state change happened
+
+@param server
+   Server which emitted the state change
+
+**/
+// ***************************************************************************
