--- smsdaemon/plugins/createskeleton.sh 2008/12/01 12:14:37 119 +++ smsdaemon/plugins/createskeleton.sh 2008/12/01 12:26:28 120 @@ -47,3 +47,11 @@ echo "{" >> $CPP echo -e "\t//Add Implementation" >> $CPP echo "}" >> $CPP + +echo "" +echo "Created $HEADER and $CPP" +echo "Remember to:" +echo " - Add an implementation in the $CLASS::Execute() method" +echo " - Add $CPP to CMakeLists.txt" +echo " - Add $HEADER and $CPP to source control" +echo " - Add an instance of $CLASS to PluginManager::LoadPlugins()"