Add missing README and TODO for all new modules

This commit is contained in:
Vinnie Falco
2013-11-15 11:27:26 -08:00
parent 29aa462bfd
commit 9e519af887
23 changed files with 345 additions and 194 deletions

View File

@@ -169,6 +169,7 @@ public:
//
// Manager
//
//--------------------------------------------------------------------------
void addStrings (String name, std::vector <std::string> const& strings)
{
@@ -245,6 +246,7 @@ public:
//
// Stoppable
//
//--------------------------------------------------------------------------
void onPrepare ()
{
@@ -290,6 +292,7 @@ public:
//
// PropertyStream
//
//--------------------------------------------------------------------------
void onWrite (PropertyStream::Map& map)
{
@@ -319,6 +322,7 @@ public:
//
// ManagerImp
//
//--------------------------------------------------------------------------
void init ()
{