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