dogecoin/src/rpc
Wladimir J. van der Laan 07e4edb056 auto_ptr → unique_ptr
Change the few occurrences of the deprecated `auto_ptr` to c++11 `unique_ptr`.
Silences the deprecation warnings.

Also add a missing `std::` for consistency.
2016-04-28 13:43:32 +02:00
..
blockchain.cpp Merge #7916: Explicitly pass CChainParams& to DisconnectTip() 2016-04-21 14:54:31 +02:00
client.cpp Merge #7793: [doxygen] Fix member comments 2016-04-05 17:49:47 +02:00
client.h move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
mining.cpp auto_ptr → unique_ptr 2016-04-28 13:43:32 +02:00
misc.cpp rpc: Register calls where they are defined 2016-03-31 10:48:32 +02:00
net.cpp RPC: do not print ping info in getpeerinfo when no ping received yet, fix help 2016-04-09 09:51:57 +02:00
protocol.cpp move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
protocol.h move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
rawtransaction.cpp rpc: Register calls where they are defined 2016-03-31 10:48:32 +02:00
register.h rpc: Register calls where they are defined 2016-03-31 10:48:32 +02:00
server.cpp Add strict flag to RPCTypeCheckObj 2016-04-15 14:55:52 +02:00
server.h Add strict flag to RPCTypeCheckObj 2016-04-15 14:55:52 +02:00