v16 Image

Change-Id: I054ce8fdeb904ef00e88ce9e3133a381da396b42
This commit is contained in:
Thomas Clark
2014-10-21 16:41:24 -04:00
parent cd75dc71e8
commit 70be534fe0
3 changed files with 2 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ public:
void enable(tRioStatusCode *status);
void disable(tRioStatusCode *status);
bool isEnabled(tRioStatusCode *status);
public:
private:
class tInterruptThread;
friend class tInterruptThread;
void handler();
@@ -58,3 +58,4 @@ public:
#endif // __tInterruptManager_h__