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.
Diff: FrameHandlers/FrameHandler.h
- Revision:
- 4:629712865107
- Parent:
- 3:8662ebe83570
diff -r 8662ebe83570 -r 629712865107 FrameHandlers/FrameHandler.h
--- a/FrameHandlers/FrameHandler.h Mon May 18 13:16:55 2015 +0200
+++ b/FrameHandlers/FrameHandler.h Mon Jun 01 18:59:43 2015 +0200
@@ -19,7 +19,7 @@
class FrameHandler
{
friend class ApiFrame;
-
+
public:
/** Class constructor
*
@@ -30,7 +30,7 @@
FrameHandler(const FrameHandler& other); /* Intentionally not implemented */
/** Class destructor */
virtual ~FrameHandler();
-
+
/** get_type returns the type of frames handled by this handler
*
* @returns the frame type handled by the handler
@@ -46,7 +46,7 @@
protected:
/** frame type handled by this handler */
- ApiFrame::ApiFrameType _type;
+ ApiFrame::ApiFrameType _type;
};
#endif /* defined(__FRAME_HANDLER_H_) */