diff options
author | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-08-27 12:27:15 (GMT) |
---|---|---|
committer | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-08-28 12:30:26 (GMT) |
commit | 559ef5cafeb39766a7481a37168e37e9cb315bb5 (patch) | |
tree | e5faeeb9cf901c054b659ea217095639bf2baeba /src/3rdparty/phonon/mmf/utils.cpp | |
parent | 104b5dc3b96f2d9d7fbae79ca1fcd303f3828d86 (diff) | |
download | Qt-559ef5cafeb39766a7481a37168e37e9cb315bb5.zip Qt-559ef5cafeb39766a7481a37168e37e9cb315bb5.tar.gz Qt-559ef5cafeb39766a7481a37168e37e9cb315bb5.tar.bz2 |
Wrapped code using QT_BEGIN/END_NAMESPACE macros
Diffstat (limited to 'src/3rdparty/phonon/mmf/utils.cpp')
-rw-r--r-- | src/3rdparty/phonon/mmf/utils.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/mmf/utils.cpp b/src/3rdparty/phonon/mmf/utils.cpp index 2655962..eb367f6 100644 --- a/src/3rdparty/phonon/mmf/utils.cpp +++ b/src/3rdparty/phonon/mmf/utils.cpp @@ -19,6 +19,8 @@ along with this library. If not, see <http://www.gnu.org/licenses/>. #include "utils.h" #include <e32std.h> +QT_BEGIN_NAMESPACE + using namespace Phonon; using namespace Phonon::MMF; @@ -65,3 +67,7 @@ MMF::MediaType MMF::Utils::mimeTypeToMediaType(const TDesC& mimeType) return result; } + + +QT_END_NAMESPACE + |