From f664b509b5e622ab74560fb74093175e50b2790c Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 04 Apr 2004 21:27:42 +0000 Subject: Opie::XYZ::Private -> Opie::XYZ::Internal --- (limited to 'libopie2/opiecore/odebug.cpp') diff --git a/libopie2/opiecore/odebug.cpp b/libopie2/opiecore/odebug.cpp index cac985b..f258faa 100644 --- a/libopie2/opiecore/odebug.cpp +++ b/libopie2/opiecore/odebug.cpp @@ -67,6 +67,15 @@ namespace Opie { namespace Core { +namespace Internal { +class DebugBackend { +}; + +static DebugBackend *backEnd = 0; +} +static void clean_up_routine() { + delete Internal::backEnd; +} /*====================================================================================== * debug levels *======================================================================================*/ @@ -622,4 +631,4 @@ void odClearDebugConfig() #endif } -} \ No newline at end of file +} -- cgit v0.9.0.2