X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fnotification%2Fcpp-wrapper%2Fprovider%2Finc%2FNSConsumer.h;h=203ab9ec015812a0a8a2bac1f725fddd5442bbcc;hb=53471a5ab2be641a3254e33e8dd0fe4930cbb111;hp=17ef502ea327e2eb10d153a7f6662d8f1c5dec90;hpb=9e872a29707f7f07e0f43046baf9faed35b22431;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/notification/cpp-wrapper/provider/inc/NSConsumer.h b/service/notification/cpp-wrapper/provider/inc/NSConsumer.h index 17ef502..203ab9e 100755 --- a/service/notification/cpp-wrapper/provider/inc/NSConsumer.h +++ b/service/notification/cpp-wrapper/provider/inc/NSConsumer.h @@ -55,7 +55,9 @@ namespace OIC * @param consumerId -consumerId of the Notification service Consumer. */ NSConsumer(const std::string &consumerId) - : m_consumerId(consumerId) {} + : m_consumerId(consumerId) + { + } /** * Constructor of NSConsumer.