Trouble verifying code for Xively Datalogger

I have been working on this same code for weeks and I have been receiving the same error message. I have been following the instructions from the xively site [( https://xively.com/dev/tutorials/arduino_wi-fi/ )](http://( https://xively.com/dev/tutorials/arduino_wi-fi/ )). I have download the files from the link on the tutorial posted on the site and I keep receiving the following error message:

// Define the strings for our datastream IDs
XivelyDatastream datastreams[] = {
XivelyDatastream(sensorID, strlen(sensorID), DATASTREAM_FLOAT),
XivelyDatastream(ledID, strlen(ledID), DATASTREAM_FLOAT),
};
'XivelyDatastream' does not have a name type

Right now I am using the example to make sure the code works, so I can connect the arduino and wifi shield with the xively site. Once the code complies and works, I will modify it for my own use, but as of now I am getting the error above. I have copied the libraries needed for the sketch and downloaded them in the arduino file in my documents file. I have also tried saving them in other locations and rewriting the sketch with the different locations of the files but still the same error message.

Attached is a screenshot of my sketch with the error message and the code before the error.

Thanks for the help

Attached is a useless screenshot of my sketch with the error message and the code before the error.

There. I fixed that for you. Try again.