X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBaseRtWaitingLoop.h;h=b8f44a483b7e441fbf78952baa06120e3bae97bf;hb=ec866681a06332fb3c3d656e49323c70b2a1ad65;hp=5ec4eb5bbc40522bdb9deaf6bb47198b92a20453;hpb=6b44196c40a66b895028f7ba2e9b5e41bc715ab2;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBaseRtWaitingLoop.h b/inc/FBaseRtWaitingLoop.h index 5ec4eb5..b8f44a4 100755 --- a/inc/FBaseRtWaitingLoop.h +++ b/inc/FBaseRtWaitingLoop.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); @@ -64,7 +63,8 @@ public: * @exception E_TIMEOUT The time is expired. * @exception E_INVALID_STATE The waiting loop has already been waiting on a callback event. In order to wait again, you must quit the waiting loop. * @remarks The timeout set to min(timeout, maximum), where the maximum is set using SetMaxTimeoutForWaiting(). - * @see Notify(), SetMaxTimoutForWaiting() + * @see Notify() + * @see SetMaxTimoutForWaiting() */ result Wait(int timeout); @@ -129,7 +129,7 @@ private: WaitingLoop(const WaitingLoop& rhs); // - // The implementation of this copy assignment operator is intentionally blank and delcared as private to prohibit copying of objects. + // The implementation of this copy assignment operator is intentionally blank and declared as private to prohibit copying of objects. // // @since 2.0 //