X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FLazyDirectory.cc;h=331c6b6a4bcf9e72ee9fe3b3a73128bf590cc279;hb=4101c2b818ec67e7469ebb44f030eed2185c4ab0;hp=02f2e5d1680a49705462567dd15848ec97c55daa;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Console/LazyDirectory.cc b/senf/Utils/Console/LazyDirectory.cc index 02f2e5d..331c6b6 100644 --- a/senf/Utils/Console/LazyDirectory.cc +++ b/senf/Utils/Console/LazyDirectory.cc @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2008 +// Copyright (C) 2008 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -27,11 +27,11 @@ //#include "LazyDirectory.ih" // Custom includes -#include "Console.hh" +#include "ScopedDirectory.hh" //#include "LazyDirectory.mpp" #define prefix_ -///////////////////////////////cc.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// prefix_ senf::console::LazyDirectory::LazyDirectory() : p_( new ScopedDirectory<>() ) @@ -45,7 +45,7 @@ prefix_ senf::console::ScopedDirectory<> & senf::console::LazyDirectory::operato return *p_; } -///////////////////////////////cc.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_ //#include "LazyDirectory.mpp"