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

Diff of /smsdaemon/tasks/createskeleton.sh

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

revision 128 by torben, Mon Jun 16 14:11:49 2008 UTC revision 129 by torben, Sat Dec 6 19:30:20 2008 UTC
# Line 46  echo "void $CLASS::ExecuteTask(IGsmModem Line 46  echo "void $CLASS::ExecuteTask(IGsmModem
46  echo "{" >> $CPP  echo "{" >> $CPP
47  echo -e "\t//Add Implementation" >> $CPP  echo -e "\t//Add Implementation" >> $CPP
48  echo "}" >> $CPP  echo "}" >> $CPP
49    
50    echo ""
51    echo "Created $HEADER and $CPP"
52    echo "Remember to:"
53    echo "  - Add an implementation in the $CLASS::ExecuteTask() method"
54    echo "  - Add $CPP to CMakeLists.txt"
55    echo "  - Add $HEADER and $CPP to source control"
56    echo "  - If non-temporary, add an instance of $CLASS to TaskManager::LoadTasks()"

Legend:
Removed from v.128  
changed lines
  Added in v.129

  ViewVC Help
Powered by ViewVC 1.1.20