Index: /trunk/FACT++/src/Connection.h
===================================================================
--- /trunk/FACT++/src/Connection.h	(revision 18847)
+++ /trunk/FACT++/src/Connection.h	(revision 18848)
@@ -149,4 +149,7 @@
     void SetDebugTx(bool b=true) { fDebugTx=b; }
 
+    bool GetVerbose() const { return fVerbose; }
+    bool GetDebugTx() const { return fDebugTx; }
+
     std::string URL() const { return fAddress + ":" + fPort; }
 
