Git commit 1dc597493cfd1da162edde5fc321c55c7b9ae9aa by Patrick Spendrin. Committed on 30/06/2014 at 20:13. Pushed by sengels into branch 'master'. remove KcwSH namespace for internal class M +0 -2 hooks.cpp M +0 -2 inputwriter.cpp M +0 -3 inputwriter.h http://commits.kde.org/kcwsh/1dc597493cfd1da162edde5fc321c55c7b9ae9aa diff --git a/hooks.cpp b/hooks.cpp index 7587eea..5e8ad7e 100644 --- a/hooks.cpp +++ b/hooks.cpp @@ -29,8 +29,6 @@ #include "inputwriter.h" #include "outputreader.h" = -using namespace KcwSH; - DWORD kcwshInputHook(void *val) { // KcwDebug() << "kcwshInputHook was called!"; InputWriter writer; diff --git a/inputwriter.cpp b/inputwriter.cpp index faf3884..14629a3 100644 --- a/inputwriter.cpp +++ b/inputwriter.cpp @@ -26,8 +26,6 @@ = #include = -using namespace KcwSH; - InputWriter::InputWriter() : m_consoleHdl(GetStdHandle(STD_INPUT_HANDLE)) , KcwEventLoop() { diff --git a/inputwriter.h b/inputwriter.h index 5e23b19..bae978a 100644 --- a/inputwriter.h +++ b/inputwriter.h @@ -30,8 +30,6 @@ = #include = -namespace KcwSH { - class InputWriter : public KcwEventLoop { public: InputWriter(); @@ -48,5 +46,4 @@ class InputWriter : public KcwEventLoop { KcwSharedMemory m_input; KcwSharedMemory m_inputSize; }; -}; #endif /* inputwriter */ \ No newline at end of file