X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBaseColQueue.h;h=b7d528301b697b874a978279d56a27d7b3a0d026;hb=61747714981674f28e035516756744035f8b69aa;hp=8168a1c14cb146b854518d26a5ec52902299e5b5;hpb=27f1388665067f69d5eb64e0cae6bb5f4250beec;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBaseColQueue.h b/inc/FBaseColQueue.h index 8168a1c..b7d5283 100644 --- a/inc/FBaseColQueue.h +++ b/inc/FBaseColQueue.h @@ -139,7 +139,7 @@ public: * @exception E_UNDERFLOW The operation (arithmetic/casting/conversion) has caused an underflow, or * this queue is empty. * @remarks The specific error code can be accessed using the GetLastResult() method. - * @see Enqueue() + * @see Enqueue(Object*) */ virtual Object* Dequeue(void);