Fix memory leaks
[platform/framework/native/appfw.git] / src / locales / FLcl_CalendarImpl.h
index 2dc8f28..058dffb 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -68,25 +67,25 @@ public:
        result RollImpl(TimeField field, int amount);
 
        // Methods to compare Calendars
-       result After(const _CalendarImpl& otherInstance, bool& after);
-       result Before(const _CalendarImpl& otherInstance, bool& before);
-       bool Equals(const _CalendarImpl& otherInstance) const;
+       result AfterImpl(const _CalendarImpl& otherInstance, bool& after);
+       result BeforeImpl(const _CalendarImpl& otherInstance, bool& before);
+       bool EqualsImpl(const _CalendarImpl& otherInstance) const;
 
        // Get methods
-       int GetHashCode(void) const;
+       int GetHashCodeImpl(void) const;
        CalendarType GetType(void) const;
 
        int GetTimeFieldImpl(TimeField field) const;
        result GetTimeInMillisecImpl(long long& millisec) const;
        Tizen::Base::DateTime GetTimeImpl(void) const;
 
-       int GetMinTimeField(TimeField field) const;
+       int GetMinTimeFieldImpl(TimeField field) const;
        int GetActualMinTimeFieldImpl(TimeField field) const;
-       int GetGreatestMinTimeField(TimeField field) const;
+       int GetGreatestMinTimeFieldImpl(TimeField field) const;
 
-       int GetLeastMaxTimeField(TimeField field) const;
+       int GetLeastMaxTimeFieldImpl(TimeField field) const;
        int GetActualMaxTimeFieldImpl(TimeField field) const;
-       int GetMaxTimeField(TimeField field) const;
+       int GetMaxTimeFieldImpl(TimeField field) const;
 
        int GetFirstDayOfWeekImpl(void) const;
        int GetMinDaysInFirstWeekImpl(void) const;