/* @copyright Russell Standish 2000-2013 @author Russell Standish This file is part of Classdesc Open source licensed under the MIT license. See LICENSE for details. */ public class ConcreteCppObject extends CppObject { /// don't do anything - these objects are initialised from C++ protected void auto() {} }