mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Made mock::sequence non copyable
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@147 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
a91d0975bc
commit
e390f502b5
1 changed files with 3 additions and 2 deletions
|
|
@ -10,12 +10,13 @@
|
|||
#define MOCK_SEQUENCE_HPP_INCLUDED
|
||||
|
||||
#include "sequenceable.hpp"
|
||||
#include <vector>
|
||||
#include <boost/noncopyable.hpp>
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
namespace mock
|
||||
{
|
||||
class sequence
|
||||
class sequence : private boost::noncopyable
|
||||
{
|
||||
public:
|
||||
~sequence()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue