[svn] commit: r60 - /experiments/jinmei-messageapi/iscexceptions.hh
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Oct 5 22:17:56 UTC 2009
Author: jinmei
Date: Mon Oct 5 22:17:56 2009
New Revision: 60
Log:
indentation
Modified:
experiments/jinmei-messageapi/iscexceptions.hh
Modified: experiments/jinmei-messageapi/iscexceptions.hh
==============================================================================
--- experiments/jinmei-messageapi/iscexceptions.hh (original)
+++ experiments/jinmei-messageapi/iscexceptions.hh Mon Oct 5 22:17:56 2009
@@ -18,9 +18,9 @@
#define __ISCEXCEPTIONS_HH 1
namespace ISC {
- // quick hack exception classes
- class ISCException {};
- class ISCNoSpace : public ISCException {};
- class ISCInvalidAddressString : public ISCException {};
+// quick hack exception classes
+class ISCException {};
+class ISCNoSpace : public ISCException {};
+class ISCInvalidAddressString : public ISCException {};
}
#endif // __ISCEXCEPTIONS_HH
More information about the bind10-changes
mailing list