Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C027 C12832 EthernetInterface StatusReporter LM75B endpoint_core endpoint_nsp mbed-rtos mbed nsp_resources
Diff: NSPResource.h
- Revision:
- 19:a1fb67efb302
- Parent:
- 18:8f23034f1d6c
- Child:
- 21:e491f70f6a8a
diff -r 8f23034f1d6c -r a1fb67efb302 NSPResource.h
--- a/NSPResource.h Fri Feb 28 22:40:14 2014 +0000
+++ b/NSPResource.h Fri Feb 28 23:37:54 2014 +0000
@@ -31,13 +31,11 @@
sn_grs_resource_acl_e m_acl;
public:
- NSPResource(ErrorHandler *error_handler,char *endpoint_name,char *name,char *value,void *cb,void *resource_ptr);
+ NSPResource(ErrorHandler *error_handler,char *endpoint_name,char *name,char *value,void *cb,void *resource_ptr,sn_grs_resource_acl_e acl);
virtual ~NSPResource();
virtual void plumb(char *endpoint_name,char *name);
- virtual void extract(char *name);
-
- void setACL(sn_grs_resource_acl_e acl);
+ virtual void extract(char *name);
};
#endif // _NSP_RESOURCE_H
\ No newline at end of file