Rename Airbag to Breakpad.

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@122 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
mmentovai 2007-02-14 19:51:05 +00:00
parent 83befb1cb4
commit e5dc60822e
118 changed files with 37042 additions and 24117 deletions

View file

@ -37,7 +37,7 @@
#include "common/windows/guid_string.h"
namespace google_airbag {
namespace google_breakpad {
// static
wstring GUIDString::GUIDToWString(GUID *guid) {
@ -65,4 +65,4 @@ wstring GUIDString::GUIDToSymbolServerWString(GUID *guid) {
return wstring(guid_string);
}
} // namespace google_airbag
} // namespace google_breakpad

View file

@ -36,7 +36,7 @@
#include <string>
namespace google_airbag {
namespace google_breakpad {
using std::wstring;
@ -53,6 +53,6 @@ class GUIDString {
static wstring GUIDToSymbolServerWString(GUID *guid);
};
} // namespace google_airbag
} // namespace google_breakpad
#endif // COMMON_WINDOWS_GUID_STRING_H__

View file

@ -38,12 +38,12 @@
#include "common/windows/http_upload.h"
namespace google_airbag {
namespace google_breakpad {
using std::ifstream;
using std::ios;
static const wchar_t kUserAgent[] = L"Airbag/1.0 (Windows)";
static const wchar_t kUserAgent[] = L"Breakpad/1.0 (Windows)";
// Helper class which closes an internet handle when it goes away
class HTTPUpload::AutoInternetHandle {
@ -368,4 +368,4 @@ bool HTTPUpload::CheckParameters(const map<wstring, wstring> &parameters) {
return true;
}
} // namespace google_airbag
} // namespace google_breakpad

View file

@ -45,7 +45,7 @@
#include <string>
#include <vector>
namespace google_airbag {
namespace google_breakpad {
using std::string;
using std::wstring;
@ -118,7 +118,7 @@ class HTTPUpload {
~HTTPUpload();
};
} // namespace google_airbag
} // namespace google_breakpad
#pragma warning( pop )

View file

@ -43,7 +43,7 @@
#define UNDNAME_NO_ECSU 0x8000 // Suppresses enum/class/struct/union.
#endif // UNDNAME_NO_ECSU
namespace google_airbag {
namespace google_breakpad {
PDBSourceLineWriter::PDBSourceLineWriter() : output_(NULL) {
}
@ -785,4 +785,4 @@ bool PDBSourceLineWriter::UsesGUID(bool *uses_guid) {
return true;
}
} // namespace google_airbag
} // namespace google_breakpad

View file

@ -41,7 +41,7 @@ struct IDiaEnumLineNumbers;
struct IDiaSession;
struct IDiaSymbol;
namespace google_airbag {
namespace google_breakpad {
using std::wstring;
@ -158,6 +158,6 @@ class PDBSourceLineWriter {
void operator=(const PDBSourceLineWriter&);
};
} // namespace google_airbag
} // namespace google_breakpad
#endif // _PDB_SOURCE_LINE_WRITER_H__

View file

@ -49,7 +49,7 @@
#define WIN_STRING_FORMAT_LL "I64"
#endif // MSC_VER >= 1400
namespace google_airbag {
namespace google_breakpad {
using std::string;
using std::wstring;
@ -140,6 +140,6 @@ inline void WindowsStringUtils::safe_wcsncpy(wchar_t *destination,
#endif // _MSC_VER >= 1400
}
} // namespace google_airbag
} // namespace google_breakpad
#endif // COMMON_WINDOWS_STRING_UTILS_INL_H__

View file

@ -31,7 +31,7 @@
#include "common/windows/string_utils-inl.h"
namespace google_airbag {
namespace google_breakpad {
// static
wstring WindowsStringUtils::GetBaseName(const wstring &filename) {
@ -89,4 +89,4 @@ bool WindowsStringUtils::safe_mbstowcs(const string &mbs, wstring *wcs) {
return true;
}
} // namespace google_airbag
} // namespace google_breakpad