/[projects]/smsdaemon/plugins/createskeleton.sh
ViewVC logotype

Diff of /smsdaemon/plugins/createskeleton.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 119 by torben, Mon Jun 16 10:21:02 2008 UTC revision 120 by torben, Mon Dec 1 12:26:28 2008 UTC
# Line 47  echo "void $CLASS::Execute(IGsmModem& mo Line 47  echo "void $CLASS::Execute(IGsmModem& mo
47  echo "{" >> $CPP  echo "{" >> $CPP
48  echo -e "\t//Add Implementation" >> $CPP  echo -e "\t//Add Implementation" >> $CPP
49  echo "}" >> $CPP  echo "}" >> $CPP
50    
51    echo ""
52    echo "Created $HEADER and $CPP"
53    echo "Remember to:"
54    echo "  - Add an implementation in the $CLASS::Execute() method"
55    echo "  - Add $CPP to CMakeLists.txt"
56    echo "  - Add $HEADER and $CPP to source control"
57    echo "  - Add an instance of $CLASS to PluginManager::LoadPlugins()"

Legend:
Removed from v.119  
changed lines
  Added in v.120

  ViewVC Help
Powered by ViewVC 1.1.20