From: qwerty2501 Date: Sat, 4 Feb 2012 08:17:12 +0000 (+0900) Subject: マイリスト登録機能実装前 X-Git-Tag: v0.002~2^2~34 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1aec7e52556569fef60b53c2cafb6b923620965c;p=nlite%2Fnlite.git マイリスト登録機能実装前 --- diff --git a/nlite.suo b/nlite.suo index 37a45d3..3d7da15 100644 Binary files a/nlite.suo and b/nlite.suo differ diff --git a/nlite/nlite_commentview.cpp b/nlite/nlite_commentview.cpp index 1f6778c..b3089f3 100644 --- a/nlite/nlite_commentview.cpp +++ b/nlite/nlite_commentview.cpp @@ -292,10 +292,10 @@ namespace nlite{ //ƒRƒƒ“ƒgƒrƒ…[ƒNƒ‰ƒXƒƒ\ƒbƒh /////////////////////////////////////////////////////// - CCommentView::CCommentView(CNicoLiveStream &stream): + CCommentView::CCommentView(CNicoLiveStream &stream,CNicoVideoAuth &in_refAuth): m_commentListWindow(*this), - stream(stream) - + stream(stream), + refAuth(in_refAuth) ,chatChildCtrlsList(*this) { diff --git a/nlite/nlite_commentview.h b/nlite/nlite_commentview.h index 7466e55..6e5b3bc 100644 --- a/nlite/nlite_commentview.h +++ b/nlite/nlite_commentview.h @@ -343,7 +343,7 @@ namespace nlite{ CCommentList commentlist; //ƒRƒƒ“ƒgƒŠƒXƒg CommentViewProperty viewproperty; //•\Ž¦ƒvƒƒpƒeƒB HFONT hHeaderFontNew; //ƒwƒbƒ_[ƒtƒHƒ“ƒg - + CNicoVideoAuth &refAuth; //ƒjƒRƒjƒR¶•ú‘—”FØƒIƒuƒWƒFƒNƒgŽQÆ CChatChildCtrlsList chatChildCtrlsList; @@ -368,7 +368,7 @@ namespace nlite{ /// ///ƒRƒ“ƒXƒgƒ‰ƒNƒ^ /// - CCommentView(CNicoLiveStream &stream); + CCommentView(CNicoLiveStream &stream,CNicoVideoAuth &refAuth); /// ///ƒfƒXƒgƒ‰ƒNƒ^ diff --git a/nlite/nlite_mainframe.cpp b/nlite/nlite_mainframe.cpp index 81c3990..d0db8bc 100644 --- a/nlite/nlite_mainframe.cpp +++ b/nlite/nlite_mainframe.cpp @@ -32,7 +32,7 @@ CNliteMainFrame::CNliteMainFrame() :userData(*this), subLiveNoComboBox(*this), commentWriteWindow(nicoLiveStream), - commentView(nicoLiveStream) + commentView(nicoLiveStream,nicoVideoAuth) { LOGFONT lf = {0};