Skip to content

Commit

Permalink
Added DllDynamic::GetFile() to complement DllDynamic::SetFile()
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Feb 26, 2013
1 parent bdcac07 commit a9eb82c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/DynamicDll.h
Expand Up @@ -506,6 +506,7 @@ class DllDynamic
bool CanLoad(); bool CanLoad();
bool EnableDelayedUnload(bool bOnOff); bool EnableDelayedUnload(bool bOnOff);
bool SetFile(const CStdString& strDllName); bool SetFile(const CStdString& strDllName);
const CStdString &GetFile() const { return m_strDllName; }


protected: protected:
virtual bool ResolveExports()=0; virtual bool ResolveExports()=0;
Expand Down

0 comments on commit a9eb82c

Please sign in to comment.