$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r73909 - sandbox/SOC/2011/checks/boost/checks
From: pierre.talbot.6114_at_[hidden]
Date: 2011-08-19 06:35:05
Author: trademark
Date: 2011-08-19 06:35:04 EDT (Fri, 19 Aug 2011)
New Revision: 73909
URL: http://svn.boost.org/trac/boost/changeset/73909
Log:
Correction of the typo traduction to translation !
Added:
   sandbox/SOC/2011/checks/boost/checks/translation_exception.hpp   (contents, props changed)
Added: sandbox/SOC/2011/checks/boost/checks/translation_exception.hpp
==============================================================================
--- (empty file)
+++ sandbox/SOC/2011/checks/boost/checks/translation_exception.hpp	2011-08-19 06:35:04 EDT (Fri, 19 Aug 2011)
@@ -0,0 +1,22 @@
+//  Boost checks/translation_exception.hpp header file  ------------------------------------//
+//  (C) Copyright Pierre Talbot 2011
+//  Distributed under the Boost Software License, Version 1.0. (See
+//  accompanying file LICENSE_1_0.txt or copy at
+//  http://www.boost.org/LICENSE_1_0.txt
+//  See http://www.boost.org for updates, documentation, and revision history.
+
+#ifndef BOOST_CHECKS_translation_EXCEPTION_HPP
+#define BOOST_CHECKS_translation_EXCEPTION_HPP
+
+#include <exception>
+
+namespace boost{
+  namespace checks{
+
+  class translation_exception : public std::exception
+  {
+  };
+  
+}}
+
+#endif // BOOST_CHECKS_translation_EXCEPTION_HPP
\ No newline at end of file