nsp specific components for the NSP version of the impact endpoint

Dependents:   mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet mbed_nsp_endpoint_nxp

Revision:
28:b6a7959c8be0
Parent:
4:7f7fe167d9c0
diff -r d94e3c9c37b2 -r b6a7959c8be0 NSPResourceFactory.cpp
--- a/NSPResourceFactory.cpp	Fri Sep 19 18:29:39 2014 +0000
+++ b/NSPResourceFactory.cpp	Fri Sep 26 05:55:44 2014 +0000
@@ -23,7 +23,7 @@
  #include "NSPResource.h"
       
  // default constructor
- NSPResourceFactory::NSPResourceFactory(ErrorHandler *error_handler,void *endpoint) : ResourceFactory(error_handler,endpoint) {
+ NSPResourceFactory::NSPResourceFactory(Logger *logger,void *endpoint) : ResourceFactory(logger,endpoint) {
      memset(this->m_endpoint_name,0,PERSONALITY_NAME_LEN+1);
      this->m_resource_ptr = NULL;
  }