4.06.2013 - Version 0.3.4 - PIOBJECT() macro, ethernet improvement, documentation based on Doxygen
This commit is contained in:
@@ -20,7 +20,14 @@
|
||||
#ifndef PIMONITOR_H
|
||||
#define PIMONITOR_H
|
||||
|
||||
class PIMonitor
|
||||
#include "pip_export.h"
|
||||
|
||||
#if defined(DOXYGEN) || defined(__GNUC__)
|
||||
# undef PIP_EXPORT
|
||||
# define PIP_EXPORT
|
||||
#endif
|
||||
|
||||
class PIP_EXPORT PIMonitor
|
||||
{
|
||||
public:
|
||||
PIMonitor();
|
||||
|
||||
Reference in New Issue
Block a user