Fixed extension version reporting.
This commit is contained in:
@@ -247,12 +247,12 @@ void AddUpdateError(const char *fmt, ...)
|
||||
update_errors.push_back(new String(buffer));
|
||||
}
|
||||
|
||||
const char *SmUpdater::GetVersion()
|
||||
const char *SmUpdater::GetExtensionVerString()
|
||||
{
|
||||
return SM_FULL_VERSION;
|
||||
}
|
||||
|
||||
const char *SmUpdater::GetDate()
|
||||
const char *SmUpdater::GetExtensionDateString()
|
||||
{
|
||||
return SM_BUILD_TIMESTAMP;
|
||||
}
|
||||
|
||||
@@ -54,8 +54,8 @@ public: /* SDKExtension */
|
||||
public: /* IExtension */
|
||||
bool QueryInterfaceDrop(SMInterface *pInterface);
|
||||
void NotifyInterfaceDrop(SMInterface *pInterface);
|
||||
const char *GetVersion();
|
||||
const char *GetDate();
|
||||
const char *GetExtensionVerString();
|
||||
const char *GetExtensionDateString();
|
||||
public: /* IThread */
|
||||
void RunThread(IThreadHandle *pHandle);
|
||||
void OnTerminate(IThreadHandle *pHandle, bool cancel);
|
||||
|
||||
Reference in New Issue
Block a user