From f4b191f0ea396b58465bfba40749977780a3af58 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 11 Feb 2009 05:29:41 +0000 Subject: Just removing some things that are cluttering up the source tree. --- src/entities/bu-class | 62 --------------------------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 src/entities/bu-class (limited to 'src/entities/bu-class') diff --git a/src/entities/bu-class b/src/entities/bu-class deleted file mode 100644 index b0dc8b0..0000000 --- a/src/entities/bu-class +++ /dev/null @@ -1,62 +0,0 @@ - - - - - /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. - * - * This file is part of the libbu++ library and is released under the - * terms of the license contained in the file LICENSE. - */ - -#ifndef {=name:%uccsplit:%toupper}_H -#define {=name:%uccsplit:%toupper}_H - -#include <stdint.h> - -{?parent:"#include \"bu/{=parent:%tolower}.h\" - -"}namespace Bu -{ - /** - * - */ - class {=name}{?parent:" : public {=parent}"} - { - public: - {=name}(); - virtual ~{=name}(); - - private: - - }; -} - -#endif - - /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. - * - * This file is part of the libbu++ library and is released under the - * terms of the license contained in the file LICENSE. - */ - -#include "bu/{=name:%tolower}.h" - -using namespace Bu; - -Bu::{=name}::{=name}() -{ -} - -Bu::{=name}::~{=name}() -{ -} - - -- cgit v1.2.3