added max-age and content-format
Fork of mbedConnectorInterface by
Diff: api/TickerResourceObserver.cpp
- Revision:
- 41:fb12c88260ad
- Parent:
- 40:bb551b9f4522
- Child:
- 43:769d491a48c1
--- a/api/TickerResourceObserver.cpp Sat Apr 11 18:33:21 2015 +0000 +++ b/api/TickerResourceObserver.cpp Sat Apr 11 18:42:51 2015 +0000 @@ -38,7 +38,7 @@ // notifier void TickerResourceObserver::observationNotifier() { - if (this->isObserving() == true && this->getResource() != NULL && nsdl_endpoint_is_registered() == true) { + if (this->isObserving() == true && this->getResource() != NULL) { this->getResource()->observe(); } }