Update ooo320-m1
[ooovba.git] / connectivity / source / inc / java / math / BigDecimal.hxx
blob00f5673e4a28a157800bd94ebab35bdfa5c324f7
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: BigDecimal.hxx,v $
10 * $Revision: 1.3 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef _CONNECTIVITY_JAVA_MATH_BIGDECIMAL_HXX_
31 #define _CONNECTIVITY_JAVA_MATH_BIGDECIMAL_HXX_
33 #include "java/lang/Object.hxx"
34 //**************************************************************
35 //************ Class: java.lang.Boolean
36 //**************************************************************
37 namespace connectivity
39 class java_math_BigDecimal : public java_lang_Object
41 // statische Daten fuer die Klasse
42 static jclass theClass;
43 public:
44 virtual jclass getMyClass() const;
45 virtual ~java_math_BigDecimal();
46 // ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird:
47 java_math_BigDecimal( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){}
49 java_math_BigDecimal( const ::rtl::OUString& _par0 );
50 java_math_BigDecimal( const double& _par0 );
54 #endif // _CONNECTIVITY_JAVA_MATH_BIGDECIMAL_HXX_