Currently all input modules are known at compile time, so factories are an
commitc0fead6800ec038efca86d61c5f6e404abcc345e
authorPatrick Welche <pwelche@src.gnome.org>
Wed, 29 Oct 2008 16:13:24 +0000 (29 16:13 +0000)
committerPatrick Welche <pwelche@src.gnome.org>
Wed, 29 Oct 2008 16:13:24 +0000 (29 16:13 +0000)
treef948b895dca1eb3c93117974f14d2cd667a8d852
parent9461dc87bc815e5768c91d9097e53d3a71d976cc
Currently all input modules are known at compile time, so factories are an
unnecessary complication. These may be replaced later, but it is easier to
fix bugs in the simpler code. The number of instances of using translatable
strings as unique keys is reduced, though not completed.

svn path=/trunk/; revision=3602
15 files changed:
ChangeLog
Src/DasherCore/DasherInterfaceBase.cpp
Src/DasherCore/DasherInterfaceBase.h
Src/DasherCore/DasherModule.cpp
Src/DasherCore/DasherModule.h
Src/DasherCore/Makefile.am
Src/DasherCore/ModuleFactory.h [deleted file]
Src/DasherCore/ModuleManager.cpp
Src/DasherCore/ModuleManager.h
Src/DasherCore/TrainingHelper.h
Src/DasherCore/WrapperFactory.cpp [deleted file]
Src/DasherCore/WrapperFactory.h [deleted file]
Src/Gtk2/DasherControl.cpp
Src/MacOSX/COSXDasherControl.mm
Src/Win32/Dasher.cpp