bridges/source/cpp_uno/gcc3_linux_arm/rtti.hxx |   33 +++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

New commits:
commit f014efeb2e715d2f52be882c59cd981816d0821a
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Fri Jan 1 14:11:09 2021 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Jan 1 14:18:13 2021 +0100

    Add rtti.hxx for gcc3_linux_arm
    
    Change-Id: I0fd541a320d3e27e45c29d59cd8bb08054042003
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108558
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/bridges/source/cpp_uno/gcc3_linux_arm/rtti.hxx 
b/bridges/source/cpp_uno/gcc3_linux_arm/rtti.hxx
new file mode 100644
index 000000000000..7057cb4ed161
--- /dev/null
+++ b/bridges/source/cpp_uno/gcc3_linux_arm/rtti.hxx
@@ -0,0 +1,33 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ *   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 .
+ */
+
+#pragma once
+
+#include <sal/config.h>
+
+#include <typeinfo>
+
+#include <typelib/typedescription.h>
+
+namespace arm
+{
+std::type_info* getRtti(typelib_TypeDescription const& type);
+}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to