Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: installer/src/installer-lib/test/test-installer-lib-ca.cpp

Issue 5219280069066752: Issue #1186 - Change names that appear in the custom action (Closed)
Patch Set: Created Jan. 4, 2015, 7 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: installer/src/installer-lib/test/test-installer-lib-ca.cpp
===================================================================
--- a/installer/src/installer-lib/test/test-installer-lib-ca.cpp
+++ b/installer/src/installer-lib/test/test-installer-lib-ca.cpp
@@ -32,7 +32,7 @@
case DLL_PROCESS_ATTACH:
try
{
- DLL_Module::attach( module_handle );
+ DllModule::Attach( module_handle );
return TRUE;
}
catch(...)
@@ -46,7 +46,7 @@
case DLL_PROCESS_DETACH:
try
{
- DLL_Module::detach();
+ DllModule::Detach();
return TRUE;
}
catch(...)

Powered by Google App Engine
This is Rietveld