OSDN Git Service

マイリスト登録機能実装前
authorqwerty2501 <riot313@gmail.com>
Sat, 4 Feb 2012 08:17:12 +0000 (17:17 +0900)
committerqwerty2501 <riot313@gmail.com>
Sat, 4 Feb 2012 08:17:12 +0000 (17:17 +0900)
nlite.suo
nlite/nlite_commentview.cpp
nlite/nlite_commentview.h
nlite/nlite_mainframe.cpp

index 37a45d3..3d7da15 100644 (file)
Binary files a/nlite.suo and b/nlite.suo differ
index 1f6778c..b3089f3 100644 (file)
@@ -292,10 +292,10 @@ namespace nlite{
        //\83R\83\81\83\93\83g\83r\83\85\81[\83N\83\89\83X\83\81\83\\83b\83h
        ///////////////////////////////////////////////////////
 
-       CCommentView::CCommentView(CNicoLiveStream &stream):
+       CCommentView::CCommentView(CNicoLiveStream &stream,CNicoVideoAuth &in_refAuth):
        m_commentListWindow(*this),
-       stream(stream)
-
+       stream(stream),
+       refAuth(in_refAuth)
        ,chatChildCtrlsList(*this)
 
        {
index 7466e55..6e5b3bc 100644 (file)
@@ -343,7 +343,7 @@ namespace nlite{
                CCommentList commentlist;                                       //\83R\83\81\83\93\83g\83\8a\83X\83g
                CommentViewProperty viewproperty;                       //\95\\8e¦\83v\83\8d\83p\83e\83B
                HFONT hHeaderFontNew;                                           //\83w\83b\83_\81[\83t\83H\83\93\83g
-
+               CNicoVideoAuth &refAuth;                                        //\83j\83R\83j\83R\90\95ú\91\97\94F\8fØ\83I\83u\83W\83F\83N\83g\8eQ\8fÆ
 
                CChatChildCtrlsList chatChildCtrlsList;
 
@@ -368,7 +368,7 @@ namespace nlite{
                ///
                ///\83R\83\93\83X\83g\83\89\83N\83^
                ///
-               CCommentView(CNicoLiveStream &stream);
+               CCommentView(CNicoLiveStream &stream,CNicoVideoAuth &refAuth);
                
                ///
                ///\83f\83X\83g\83\89\83N\83^
index 81c3990..d0db8bc 100644 (file)
@@ -32,7 +32,7 @@ CNliteMainFrame::CNliteMainFrame()
        :userData(*this),
        subLiveNoComboBox(*this),
        commentWriteWindow(nicoLiveStream),
-       commentView(nicoLiveStream)
+       commentView(nicoLiveStream,nicoVideoAuth)
 {
        LOGFONT lf = {0};