From d8eca03f6b2658024ebbcb98fbc4353a1c1db1cb Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 12 Sep 2003 08:14:21 +0000 Subject: [PATCH] Added some CORE_INLINEs --- Packages/Core/include/CORE/extLong.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Packages/Core/include/CORE/extLong.h b/Packages/Core/include/CORE/extLong.h index cf07b865cc5..4645b38d109 100644 --- a/Packages/Core/include/CORE/extLong.h +++ b/Packages/Core/include/CORE/extLong.h @@ -106,15 +106,15 @@ public: /// \name Conversion Function //@{ - long toLong() const; + CORE_INLINE long toLong() const; //@} /// \name Builtin functions //@{ - long asLong() const; - bool isInfty() const; - bool isTiny() const; - bool isNaN() const; + CORE_INLINE long asLong() const; + CORE_INLINE bool isInfty() const; + CORE_INLINE bool isTiny() const; + CORE_INLINE bool isNaN() const; int sign() const; //@}