From cf46733632c7279a9fd0fe6ce26f9185a4ae82a9 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Sat, 5 Aug 2017 16:22:51 +0000 Subject: subversion-1.9.7 --- .../bindings/javahl/native/SubversionException.cpp | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 subversion/bindings/javahl/native/SubversionException.cpp (limited to 'subversion/bindings/javahl/native/SubversionException.cpp') diff --git a/subversion/bindings/javahl/native/SubversionException.cpp b/subversion/bindings/javahl/native/SubversionException.cpp new file mode 100644 index 0000000..b0b5286 --- /dev/null +++ b/subversion/bindings/javahl/native/SubversionException.cpp @@ -0,0 +1,32 @@ +/** + * @copyright + * ==================================================================== + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * ==================================================================== + * @endcopyright + */ + +#include "SubversionException.hpp" +#include "JNIUtil.h" + +namespace JavaHL { + +const char* const SubversionException::m_class_name = + JAVAHL_CLASS("/SubversionException"); + +} // namespace JavaHL -- cgit v1.2.1