X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2FAntiTheft%2FNodes%2FAntiTheftAppC.nc;h=44f9ba8162c4b6cbfd1f595cfedbd398bd583544;hb=2f4074d1cdeebc129285f8c568f83a83eec98d71;hp=c41c554838d6d6ff641f9121b5aec54f364bcc35;hpb=9926b97d227f94bf79d70c1f576b0ad7c0dadff6;p=tinyos-2.x.git diff --git a/apps/AntiTheft/Nodes/AntiTheftAppC.nc b/apps/AntiTheft/Nodes/AntiTheftAppC.nc index c41c5548..44f9ba81 100644 --- a/apps/AntiTheft/Nodes/AntiTheftAppC.nc +++ b/apps/AntiTheft/Nodes/AntiTheftAppC.nc @@ -46,9 +46,11 @@ implementation AntiTheftC.ReadStream -> AccelXStreamC; AntiTheftC.Mts300Sounder -> SounderC; - /* Instantiate and wire our settings dissemination service */ - components new DisseminatorC(settings_t, DIS_SETTINGS), + components DisseminationC; + AntiTheftC.DisseminationControl -> DisseminationC; + /* Instantiate and wire our settings dissemination service */ + components new DisseminatorC(settings_t, DIS_SETTINGS); AntiTheftC.SettingsValue -> DisseminatorC; /* Instantiate and wire our collection service for theft alerts */