Index: /trunk/FACT++/src/StateMachineDim.cc
===================================================================
--- /trunk/FACT++/src/StateMachineDim.cc	(revision 10483)
+++ /trunk/FACT++/src/StateMachineDim.cc	(revision 10484)
@@ -68,11 +68,11 @@
 StateMachineDim::StateMachineDim(ostream &out, const std::string &name)
     : StateMachine(out, name), DimStart(name, *this), fLog(name, out),
+    fDescriptionStates((name+"/STATE_LIST").c_str(), const_cast<char*>(""),
+                       "Provides a list with descriptions for each service."
+                       "|StateList[string]:A \\n separated list of the form id:name=description"),
     fSrvState((name+"/STATE").c_str(), const_cast<char*>(""),
               "Provides the state of the state machine as quality of service."
-              "|Text[string]:A human readable string sent by the last state change."),
+              "|Text[string]:A human readable string sent by the last state change.")
     //    fSrvVersion((name+"/VERSION").c_str(), const_cast<int&>(fVersion)),
-    fDescriptionStates((name+"/STATE_LIST").c_str(), const_cast<char*>(""),
-                       "Provides a list with descriptions for each service."
-                       "|StateList[string]:A \\n separated list of the form id:name=description")
 {
     // WARNING: This exit handler is GLOBAL!
Index: /trunk/FACT++/src/StateMachineDim.h
===================================================================
--- /trunk/FACT++/src/StateMachineDim.h	(revision 10483)
+++ /trunk/FACT++/src/StateMachineDim.h	(revision 10484)
@@ -33,8 +33,8 @@
     static const int fVersion;   /// Version number
 
+    DimDescribedService fDescriptionStates; /// DimService propagating the state descriptions
     DimDescribedService fSrvState;          /// DimService offering fCurrentState
 //    DimService fSrvVersion;        /// DimService offering fVersion
 
-    DimDescribedService fDescriptionStates; /// DimService propagating the state descriptions
 
     void exitHandler(int code);  /// Overwritten DimCommand::exitHandler.
