You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/07/27 06:29:27 UTC

svn commit: r1507573 - in /subversion/trunk/subversion/bindings/cxxhl: src/cxxhl-private.hpp src/exception.cpp src/private.hpp tests/test_exception.cpp

Author: brane
Date: Sat Jul 27 04:29:26 2013
New Revision: 1507573

URL: http://svn.apache.org/r1507573
Log:
* subversion/bindings/cxxhl/src/private.hpp: renamed from cxxhl-private.hpp.
* subversion/bindings/cxxhl/src/exception.cpp,
  subversion/bindings/cxxhl/tests/test_exception.cpp: Update include directives.

Added:
    subversion/trunk/subversion/bindings/cxxhl/src/private.hpp
      - copied unchanged from r1507572, subversion/trunk/subversion/bindings/cxxhl/src/cxxhl-private.hpp
Removed:
    subversion/trunk/subversion/bindings/cxxhl/src/cxxhl-private.hpp
Modified:
    subversion/trunk/subversion/bindings/cxxhl/src/exception.cpp
    subversion/trunk/subversion/bindings/cxxhl/tests/test_exception.cpp

Modified: subversion/trunk/subversion/bindings/cxxhl/src/exception.cpp
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/cxxhl/src/exception.cpp?rev=1507573&r1=1507572&r2=1507573&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/cxxhl/src/exception.cpp (original)
+++ subversion/trunk/subversion/bindings/cxxhl/src/exception.cpp Sat Jul 27 04:29:26 2013
@@ -28,8 +28,8 @@
 #include <sstream>
 
 #include "svncxxhl/exception.hpp"
+#include "private.hpp"
 #include "aprwrap.hpp"
-#include "cxxhl-private.hpp"
 
 #include "svn_error.h"
 #include "svn_utf.h"

Modified: subversion/trunk/subversion/bindings/cxxhl/tests/test_exception.cpp
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/cxxhl/tests/test_exception.cpp?rev=1507573&r1=1507572&r2=1507573&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/cxxhl/tests/test_exception.cpp (original)
+++ subversion/trunk/subversion/bindings/cxxhl/tests/test_exception.cpp Sat Jul 27 04:29:26 2013
@@ -28,7 +28,7 @@
 #include <iostream>
 
 #include "svncxxhl.hpp"
-#include "../src/cxxhl-private.hpp"
+#include "../src/private.hpp"
 
 #include <apr.h>
 #include "svn_error.h"