uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed

git-svn-id: svn://ultimatepp.org/upp/trunk@10186 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-08-26 17:15:30 +00:00
parent b49cd89804
commit 8ebdcbb0d5
679 changed files with 1372 additions and 1381 deletions

View file

@ -1,6 +1,6 @@
#include "Android.h"
NAMESPACE_UPP
namespace Upp {
void AndroidMakeFile::AppendString(String& makeFile,
const String& variable,
@ -95,4 +95,4 @@ void AndroidMakeFile::AppendImportedModules(String& makeFile) const
makeFile << "$(call import-module, " << importedModules[i] << ")\n";
}
END_UPP_NAMESPACE
}