Mercurial > hg > ccmieditor
view 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 |
line wrap: on
line source
#include "HapticException.h" HapticException::HapticException(void){ } HapticException::~HapticException(void){ } const char* HapticException::what() const throw(){ return "Could not initialize Haptic device"; }