accomodate archaic vxWorks gnu compiler

This commit is contained in:
Jeff Hill
2009-08-14 17:31:34 +00:00
parent e0d16659e1
commit 0012042a5e
2 changed files with 7 additions and 2 deletions
+3 -1
View File
@@ -28,12 +28,14 @@
#include "epicsGuard.h"
#include "errlog.h"
using namespace std;
epicsThreadRunable::~epicsThreadRunable () {}
void epicsThreadRunable::run () {}
void epicsThreadRunable::show ( unsigned int ) const {}
class epicsThread :: unableToCreateThread :
public std :: exception {
public exception {
public:
const char * what () const throw ();
};