Merge "v16 Image"

This commit is contained in:
Brad Miller (WPI)
2014-10-22 10:46:43 -07:00
committed by Gerrit Code Review
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__