Mercurial > hg > ccmieditor
annotate native/PhantomOmni/HapticException.cpp @ 3:9e67171477bc
PHANTOM Omni Heptic device release
author | Fiore Martin <fiore@eecs.qmul.ac.uk> |
---|---|
date | Wed, 25 Apr 2012 17:09:09 +0100 |
parents | |
children |
rev | line source |
---|---|
fiore@3 | 1 #include "HapticException.h" |
fiore@3 | 2 |
fiore@3 | 3 HapticException::HapticException(void){ |
fiore@3 | 4 } |
fiore@3 | 5 |
fiore@3 | 6 HapticException::~HapticException(void){ |
fiore@3 | 7 } |
fiore@3 | 8 |
fiore@3 | 9 const char* HapticException::what() const throw(){ |
fiore@3 | 10 return "Could not initialize Haptic device"; |
fiore@3 | 11 } |