X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBaseColMultiHashMap.h;h=6733d3a8302f099f56fb970d9bccf7524d3c488a;hb=61747714981674f28e035516756744035f8b69aa;hp=597d8d95ea385143536dcec3b598ec16fe1463bf;hpb=ff92db69ababc60156fc83683a6b5fa9de584add;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBaseColMultiHashMap.h b/inc/FBaseColMultiHashMap.h index 597d8d9..6733d3a 100644 --- a/inc/FBaseColMultiHashMap.h +++ b/inc/FBaseColMultiHashMap.h @@ -1,5 +1,4 @@ // -// Open Service Platform // Copyright (c) 2012 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); @@ -239,9 +238,8 @@ public: * @return An enumerator (an instance of the IEnumerator derived class) of this map, @n * else @c null if some exception occurs * @remarks If the key has multiple values, the enumeration proceeds as follows: {A: a}, {B: b}, {B: c}, {B, d}, {C: e}, ... - * The specific error code can be accessed using the GetLastResult() method. - * @see IEnumerator() - * @see IMapEnumerator() + * The specific error code can be accessed using the GetLastResult() method. + * @see IMapEnumerator */ virtual IEnumerator* GetEnumeratorN(void) const; @@ -253,9 +251,8 @@ public: * @return An enumerator (an instance of the IMapEnumerator derived class) of this map, @n * else @c null if some exception occurs * @remarks If the key has multiple values, the enumeration proceeds as follows: {A: a}, {B: b}, {B: c}, {B, d}, {C: e}, ... - * The specific error code can be accessed using the GetLastResult() method. - * @see IEnumerator() - * @see IMapEnumerator() + * The specific error code can be accessed using the GetLastResult() method. + * @see IEnumerator */ virtual IMapEnumerator* GetMapEnumeratorN(void) const;