NowPlayingPlugin: Minor tweaks.

This commit is contained in:
Birunthan Mohanathas
2011-05-31 13:15:53 +00:00
parent 3268c774d2
commit 72f5d55090
5 changed files with 44 additions and 52 deletions

View File

@ -74,7 +74,9 @@ private:
private:
ULONG m_RefCount;
CPlayerITunes* m_iTunes;
CPlayerITunes* m_Player;
IConnectionPoint* m_ConnectionPoint;
DWORD m_ConnectionCookie;
};
void Initialize();
@ -91,8 +93,6 @@ private:
IiTunes* m_iTunes;
CEventHandler* m_iTunesEvent;
IConnectionPoint* m_ConnectionPoint;
DWORD m_ConnectionCookie;
};
#endif