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 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/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 ) ;
} ;
//-------------------------------------------------------

Powered by Google App Engine
This is Rietveld