]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/dtintrv.h
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / common / unicode / dtintrv.h
index c7203e6e455244b6407a8c9ba86b96fcc18b45a4..cc6b988f685413e50854e00469d1b11287c0cfa9 100644 (file)
@@ -54,14 +54,14 @@ public:
      * @return  the from date in dateInterval.
      * @stable ICU 4.0
      */
-    UDate getFromDate() const;
+    inline UDate getFromDate() const;
 
     /** 
      * Get the to date.
      * @return  the to date in dateInterval.
      * @stable ICU 4.0
      */
-    UDate getToDate() const;
+    inline UDate getToDate() const;
 
 
     /**
@@ -115,7 +115,7 @@ public:
      * @return TRUE if the two DateIntervals are not the same
      * @stable ICU 4.0
      */
-    UBool operator!=(const DateInterval& other) const;
+    inline UBool operator!=(const DateInterval& other) const;
 
 
     /**