[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1618: Add ifndef guards around zlibbytearray.h. (in trunk: . src/util)
Author: edmanm
Date: 2007-01-28 19:07:03 -0500 (Sun, 28 Jan 2007)
New Revision: 1618
Modified:
trunk/
trunk/src/util/zlibbytearray.h
Log:
r1636@adrastea: edmanm | 2007-01-28 17:24:56 -0500
Add ifndef guards around zlibbytearray.h.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /vidalia/local/trunk [r1636] on 54b3572a-7227-0410-958f-53ecd705b71a
Modified: trunk/src/util/zlibbytearray.h
===================================================================
--- trunk/src/util/zlibbytearray.h 2007-01-28 03:32:10 UTC (rev 1617)
+++ trunk/src/util/zlibbytearray.h 2007-01-29 00:07:03 UTC (rev 1618)
@@ -61,6 +61,9 @@
* \brief Wrapper around QByteArray that adds compression capabilities
*/
+#ifndef _ZLIBBYTEARRAY_H
+#define _ZLIBBYTEARRAY_H
+
#include <QByteArray>
#include <QString>
@@ -106,3 +109,5 @@
static QString methodString(CompressionMethod method);
};
+#endif
+