/[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 89 by torben, Wed Jun 11 11:05:03 2008 UTC revision 90 by torben, Mon Jun 16 10:21:02 2008 UTC
# Line 35  echo "_H__" >> $HEADER Line 35  echo "_H__" >> $HEADER
35    
36  #create implementation file  #create implementation file
37  echo "#include \"$HEADER\"" > $CPP  echo "#include \"$HEADER\"" > $CPP
38  echo -e "#include \"GsmModem.h\"\n" >> $CPP  echo -e "#include \"IGsmModem.h\"" >> $CPP
39    echo -e "#include \"Sms.h\"\n" >> $CPP
40    
41  echo "$CLASS::$CLASS()" >> $CPP  echo "$CLASS::$CLASS()" >> $CPP
42  echo "  : Plugin(\"$CLASSLO\", \"<insert description>\")" >> $CPP  echo "  : Plugin(\"$CLASSLO\", \"<insert description>\")" >> $CPP

Legend:
Removed from v.89  
changed lines
  Added in v.90

  ViewVC Help
Powered by ViewVC 1.1.20