diff options
| author | crupest <crupest@outlook.com> | 2024-06-01 17:09:44 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2024-06-08 17:01:55 +0800 |
| commit | d1f409530db6f9b712fd672c4c3154cac7eebad1 (patch) | |
| tree | 1e48a3e2ff14e66aac2503a74df28cca7d85d02c /include/cru/common/io | |
| parent | ad796a167e33b54c7fa23ea21c73d57dba4fc928 (diff) | |
| download | cru-d1f409530db6f9b712fd672c4c3154cac7eebad1.tar.gz cru-d1f409530db6f9b712fd672c4c3154cac7eebad1.tar.bz2 cru-d1f409530db6f9b712fd672c4c3154cac7eebad1.zip | |
HALF WORK: refactor something and implement part of subprocess.
Diffstat (limited to 'include/cru/common/io')
| -rw-r--r-- | include/cru/common/io/Stream.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/cru/common/io/Stream.h b/include/cru/common/io/Stream.h index b8e324d1..9f9807ae 100644 --- a/include/cru/common/io/Stream.h +++ b/include/cru/common/io/Stream.h @@ -13,9 +13,6 @@ class CRU_BASE_API StreamOperationNotSupportedException : public Exception { public: explicit StreamOperationNotSupportedException(String operation); - CRU_DEFAULT_COPY(StreamOperationNotSupportedException) - CRU_DEFAULT_MOVE(StreamOperationNotSupportedException) - CRU_DEFAULT_DESTRUCTOR(StreamOperationNotSupportedException) public: @@ -34,9 +31,6 @@ class CRU_BASE_API StreamAlreadyClosedException : public Exception { public: StreamAlreadyClosedException(); - CRU_DEFAULT_COPY(StreamAlreadyClosedException) - CRU_DEFAULT_MOVE(StreamAlreadyClosedException) - CRU_DEFAULT_DESTRUCTOR(StreamAlreadyClosedException) static void Check(bool closed); |
