Index: trunk/FACT++/src/DimNetwork.h
===================================================================
--- trunk/FACT++/src/DimNetwork.h	(revision 10479)
+++ trunk/FACT++/src/DimNetwork.h	(revision 10481)
@@ -22,5 +22,5 @@
     int  fState;               /// -2 not initialized, -1 not connected, 0>= state of client
 
-    DimNetworkInfo fInfoState; /// The dim service subscription
+    DimStampedInfo fInfoState; /// The dim service subscription
 
 protected:
@@ -33,5 +33,5 @@
     int  GetState() const    { return fState;    }
 
-    const char *GetName() const { return const_cast<DimNetworkInfo&>(fInfoState).getName(); }
+    const char *GetName() const { return const_cast<DimStampedInfo&>(fInfoState).getName(); }
 };
 
