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

Unified Diff: installer/src/installer-lib/database.h

Issue 5219280069066752: Issue #1186 - Change names that appear in the custom action (Closed)
Patch Set: Created Oct. 15, 2014, 3:29 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
« no previous file with comments | « installer/src/installer-lib/custom-i18n.h ('k') | installer/src/installer-lib/database.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/src/installer-lib/database.h
===================================================================
--- a/installer/src/installer-lib/database.h
+++ b/installer/src/installer-lib/database.h
@@ -84,13 +84,13 @@
/**
* A Windows Installer database in an installation context.
*/
-class Installation_Database : public Database
+class InstallationDatabase : public Database
{
public:
/**
* The constructor of a database in an installation context has no arguments because the database is a part of that context.
*/
- Installation_Database( Immediate_Session & session ) ;
+ InstallationDatabase( ImmediateSession & session ) ;
} ;
//-------------------------------------------------------
« no previous file with comments | « installer/src/installer-lib/custom-i18n.h ('k') | installer/src/installer-lib/database.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld