X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FScopedDirectory.hh;h=2b298f98df728195eb6b0d7a180503c9e8b215e0;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=86f53346dbb59bdbc7d9f2f3fcba0e2b3d4adbdc;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/Utils/Console/ScopedDirectory.hh b/senf/Utils/Console/ScopedDirectory.hh index 86f5334..2b298f9 100644 --- a/senf/Utils/Console/ScopedDirectory.hh +++ b/senf/Utils/Console/ScopedDirectory.hh @@ -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 @@ -94,7 +94,7 @@ namespace console { public: ScopedDirectory configDir; - MyClass() : configDir(this) + MyClass() : configDir(this) { configDIr.add(...); } @@ -120,7 +120,7 @@ namespace console { public: /////////////////////////////////////////////////////////////////////////// // Types - + typedef Owner owner; ///////////////////////////////////////////////////////////////////////////