diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-02 14:45:44 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-03 20:37:09 -0700 |
commit | bf5aba2dc1b32c8eb0d016e98f942fb7119fdfde (patch) | |
tree | bb1ec55faeb54fb7a40fed28d1b0a0558e06bd83 /host/lib | |
parent | c086dd883e5c318dcdf8e654128abf671da90ec0 (diff) | |
download | uhd-bf5aba2dc1b32c8eb0d016e98f942fb7119fdfde.tar.gz uhd-bf5aba2dc1b32c8eb0d016e98f942fb7119fdfde.tar.bz2 uhd-bf5aba2dc1b32c8eb0d016e98f942fb7119fdfde.zip |
uhd: moved wax API into deprecated files
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/CMakeLists.txt | 2 | ||||
-rw-r--r-- | host/lib/deprecated.cpp (renamed from host/lib/wax.cpp) | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt index 2b0210e6e..7a76ebd53 100644 --- a/host/lib/CMakeLists.txt +++ b/host/lib/CMakeLists.txt @@ -86,11 +86,11 @@ CONFIGURE_FILE( # Append to the list of sources for lib uhd ######################################################################## LIBUHD_APPEND_SOURCES( + ${CMAKE_CURRENT_SOURCE_DIR}/deprecated.cpp ${CMAKE_CURRENT_SOURCE_DIR}/device.cpp ${CMAKE_CURRENT_SOURCE_DIR}/exception.cpp ${CMAKE_CURRENT_SOURCE_DIR}/property_tree.cpp ${CMAKE_CURRENT_BINARY_DIR}/version.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/wax.cpp ) ######################################################################## diff --git a/host/lib/wax.cpp b/host/lib/deprecated.cpp index 5f658acd8..eeaba03cb 100644 --- a/host/lib/wax.cpp +++ b/host/lib/deprecated.cpp @@ -1,3 +1,7 @@ +//---------------------------------------------------------------------- +//-- deprecated interfaces below, to be removed when the API is changed +//---------------------------------------------------------------------- + // // Copyright 2010-2011 Ettus Research LLC // |