From 7850ef999740f214a1990a9c090d3f3865d435aa Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Fri, 14 May 2010 10:10:36 -0400 Subject: Move MTP code to the android namespace Change-Id: I5da48038fd5e4cdeefaeba42cdc74eb588b3448d Signed-off-by: Mike Lockwood --- media/mtp/MtpUtils.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'media/mtp/MtpUtils.cpp') diff --git a/media/mtp/MtpUtils.cpp b/media/mtp/MtpUtils.cpp index a472781..77692cd 100644 --- a/media/mtp/MtpUtils.cpp +++ b/media/mtp/MtpUtils.cpp @@ -19,6 +19,8 @@ #include #include "MtpUtils.h" +namespace android { + /* DateTime strings follow a compatible subset of the definition found in ISO 8601, and take the form of a Unicode string formatted as: "YYYYMMDDThhmmss.s". In this @@ -70,4 +72,4 @@ void formatDateTime(time_t seconds, char* buffer, int bufferLength) { tm.tm_year + 1900, tm.tm_mon, tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec); } - +} // namespace android -- cgit v1.1