Learning how to use RPC.
Revision 9:ff67e6abe745, committed 2012-10-29
- Comitter:
- fernandomachado
- Date:
- Mon Oct 29 21:06:55 2012 +0000
- Parent:
- 8:682c65afe534
- Commit message:
- Learning RPC V0.01
Changed in this revision
RPCVariable.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/RPCVariable.h Sat Jan 28 19:12:00 2012 +0000 +++ b/RPCVariable.h Mon Oct 29 21:06:55 2012 +0000 @@ -67,10 +67,10 @@ *_ptr = value; } - #ifdef MBED_RPC +#ifdef MBED_RPC virtual const struct rpc_method *get_rpc_methods(); static struct rpc_class *get_rpc_class(); - #endif +#endif private: T * _ptr;