summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/LCDriver.rc4
-rw-r--r--source/LCDriverMethods.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/source/LCDriver.rc b/source/LCDriver.rc
index 512e470..239fedc 100644
--- a/source/LCDriver.rc
+++ b/source/LCDriver.rc
@@ -87,9 +87,9 @@ BEGIN
VALUE "FileVersion", "1, 0, 0, 1"
VALUE "InternalName", "Loader Communication Driver"
VALUE "LegalCopyright", "Copyright (C) STEricsson AB 2011"
- VALUE "PrivateBuild", "http://gerrit.lud.stericsson.com/gerrit/27573"
+ VALUE "PrivateBuild", "http://gerrit.lud.stericsson.com/gerrit/28022"
VALUE "ProductName", "CXC 173 0865, LCDriver DLL"
- VALUE "ProductVersion", "R1S"
+ VALUE "ProductVersion", "PT1"
END
END
BLOCK "VarFileInfo"
diff --git a/source/LCDriverMethods.cpp b/source/LCDriverMethods.cpp
index 564390e..d214631 100644
--- a/source/LCDriverMethods.cpp
+++ b/source/LCDriverMethods.cpp
@@ -2591,7 +2591,7 @@ void CLCDriverMethods::Do_BulkDataReqCallback(uint16 Session, uint32 ChunkSize,
void CLCDriverMethods::UpdateBulkProgress()
{
if (NULL != m_ProgressBarUpdate) {
- m_ProgressBarUpdate(m_pLcmInterface->getLCMContext(), m_uiBulkLength, m_uiBulkTransferred);
+ m_ProgressBarUpdate(m_pCommunicationDevice, m_uiBulkLength, m_uiBulkTransferred);
}
}