From ed7ba8b228d3d0ffae9c9b68900b7f723d7ade4a Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 19 May 2005 11:59:32 +0000 Subject: - add linux pcmcia subsystem wrapper: OPcmciaSystem and OPcmciaCard - move linux-only subsystems in subdirectory linux - minor header cleanups --- (limited to 'libopie2/opiemm') diff --git a/libopie2/opiemm/osoundsystem.cpp b/libopie2/opiemm/osoundsystem.cpp index 2956682..6f849cd 100644 --- a/libopie2/opiemm/osoundsystem.cpp +++ b/libopie2/opiemm/osoundsystem.cpp @@ -1,7 +1,6 @@ /*                 This file is part of the Opie Project -              (C) 2003-2005 Michael 'Mickey' Lauer - =. + =. (C) 2003-2005 Michael 'Mickey' Lauer .=l.            .>+-=  _;:,     .>    :=|. This program is free software; you can @@ -28,9 +27,14 @@ */ -#include +#include "osoundsystem.h" +using namespace Opie::MM; + +/* OPIE */ #include +using namespace Opie::Core; +/* STD */ #include #include #include @@ -42,8 +46,6 @@ static const char* device_label[] = SOUND_DEVICE_LABELS; static int max_device_nr = sizeof device_label / sizeof (const char*); -using namespace Opie::Core; -using namespace Opie::MM; /*====================================================================================== * OSoundSystem *======================================================================================*/ diff --git a/libopie2/opiemm/osoundsystem.h b/libopie2/opiemm/osoundsystem.h index 5f6fb7a..1e48f5c 100644 --- a/libopie2/opiemm/osoundsystem.h +++ b/libopie2/opiemm/osoundsystem.h @@ -1,15 +1,14 @@ /*                 This file is part of the Opie Project -              (C) 2003-2005 Michael 'Mickey' Lauer - =. + =. (C) 2003-2005 Michael 'Mickey' Lauer .=l.            .>+-=  _;:,     .>    :=|. This program is free software; you can .> <`_,   >  .   <= redistribute it and/or modify it under :`=1 )Y*s>-.--   : the terms of the GNU Library General Public .="- .-=="i,     .._ License as published by the Free Software - - .   .-<_>     .<> Foundation; either version 2 of the License, -     ._= =}       : or (at your option) any later version. + - .   .-<_>     .<> Foundation; version 2 of the License. +     ._= =}       :     .%`+i>       _;_.     .i_,=:_.      - + * @author Michael 'Mickey' Lauer */ class OSoundSystem : public QObject { -- cgit v0.9.0.2