uhd: allow the non-uhd to still compile unchanged

The missing methods are not implemented and simply return. They
didn't exist in the first place.

Signed-off-by: Thomas Tsou <ttsou@vt.edu>

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2642 19bc5d8c-e614-43d4-8b26-e1612bc8e597
diff --git a/Transceiver52M/USRPDevice.h b/Transceiver52M/USRPDevice.h
index 9ae6da8..d35ca25 100644
--- a/Transceiver52M/USRPDevice.h
+++ b/Transceiver52M/USRPDevice.h
@@ -123,6 +123,9 @@
   /** Stop the USRP */
   bool stop();
 
+  /** Set priority not supported */
+  void setPriority() { return; }
+
   /**
 	Read samples from the USRP.
 	@param buf preallocated buf to contain read result