Changeset 10990 for code/branches/cpp11_v2/src/libraries/core/command/IRC.h
- Timestamp:
- Dec 29, 2015, 4:47:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/core/command/IRC.h
r7401 r10990 65 65 66 66 IRC(); 67 IRC(const IRC& other); ///< Copy-constructor: Not implemented68 ~IRC() {} ///< Destructor67 IRC(const IRC&) = delete; 68 ~IRC() = default; 69 69 70 70 Tcl::interpreter* interpreter_; ///< The Tcl interpreter that is used for the IRC connection
Note: See TracChangeset
for help on using the changeset viewer.