Skip to content
Snippets Groups Projects
Commit f9632025 authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

add CodingTools.h

parent 8674854a
No related branches found
No related tags found
No related merge requests found
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*
* \file CodingTools.h
*
* Created on 2012-02-17 by Norihiro Watanabe
*/
#ifndef CODINGTOOLS_H
#define CODINGTOOLS_H
#define DISALLOW_COPY_AND_ASSIGN(TypeName) \
TypeName(const TypeName&); \
TypeName &operator=(const TypeName&)
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment