--- smsdaemon/plugins/createskeleton.sh 2008/06/11 11:05:03 51 +++ smsdaemon/plugins/createskeleton.sh 2008/06/16 10:21:02 90 @@ -35,7 +35,8 @@ #create implementation file echo "#include \"$HEADER\"" > $CPP -echo -e "#include \"GsmModem.h\"\n" >> $CPP +echo -e "#include \"IGsmModem.h\"" >> $CPP +echo -e "#include \"Sms.h\"\n" >> $CPP echo "$CLASS::$CLASS()" >> $CPP echo " : Plugin(\"$CLASSLO\", \"\")" >> $CPP