Changeset: 9495d160435c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/9495d160435c
Added Files:
common/stream/mapi_prompt.h
Removed Files:
clients/mapilib/mapi_prompt.h
Modified Files:
clients/mapilib/CMakeLists.txt
common/stream/CMakeLists.txt
Branch: default
Log Message:
Move mapi_prompt.h to the streams library
It already knows about block streams and now we're adding an upload
stream which needs to know about prompting
diffs (25 lines):
diff --git a/clients/mapilib/CMakeLists.txt b/clients/mapilib/CMakeLists.txt
--- a/clients/mapilib/CMakeLists.txt
+++ b/clients/mapilib/CMakeLists.txt
@@ -17,7 +17,6 @@ add_library(mapi
target_sources(mapi
PRIVATE
mapi.c
- mapi_prompt.h
PUBLIC
$<BUILD_INTERFACE:$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>/mapi.h>
$<BUILD_INTERFACE:$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>/mapi_querytype.h>
diff --git a/common/stream/CMakeLists.txt b/common/stream/CMakeLists.txt
--- a/common/stream/CMakeLists.txt
+++ b/common/stream/CMakeLists.txt
@@ -40,6 +40,7 @@ target_sources(stream
stream.h
stream_internal.h
stream_socket.h
+ mapi_prompt.h
pump.h
PUBLIC
${stream_public_headers})
diff --git a/clients/mapilib/mapi_prompt.h b/common/stream/mapi_prompt.h
rename from clients/mapilib/mapi_prompt.h
rename to common/stream/mapi_prompt.h
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]