diff options
Diffstat (limited to 'Swiften/Client/ClientXMLTracer.h')
| -rw-r--r-- | Swiften/Client/ClientXMLTracer.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Swiften/Client/ClientXMLTracer.h b/Swiften/Client/ClientXMLTracer.h index 91cfe22..95e2f6f 100644 --- a/Swiften/Client/ClientXMLTracer.h +++ b/Swiften/Client/ClientXMLTracer.h @@ -1,3 +1,3 @@ /* - * Copyright (c) 2010 Remko Tronçon + * Copyright (c) 2010-2014 Remko Tronçon * Licensed under the GNU General Public License v3. @@ -18,2 +18,3 @@ namespace Swift { ~ClientXMLTracer(); + private: @@ -25,2 +26,4 @@ namespace Swift { bool bosh; + boost::bsignals::scoped_connection onDataReadConnection; + boost::bsignals::scoped_connection onDataWrittenConnection; }; |
Swift