Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members

ik_IVirtualRefCounted.h

Go to the documentation of this file.
00001 // Copyright (C) 2002-2008 Nikolaus Gebhardt
00002 // This file is part of the "irrKlang" library.
00003 // For conditions of distribution and use, see copyright notice in irrKlang.h
00004 
00005 #ifndef __I_IRRKLANG_VIRTUAL_UNKNOWN_H_INCLUDED__
00006 #define __I_IRRKLANG_VIRTUAL_UNKNOWN_H_INCLUDED__
00007 
00008 #include "ik_irrKlangTypes.h"
00009 
00010 
00011 namespace irrklang
00012 {
00013 
00015 
00019         class IVirtualRefCounted
00020         {
00021         public:
00022 
00024                 virtual ~IVirtualRefCounted()
00025                 {
00026                 }
00027 
00029 
00032                 virtual void grab() = 0;
00033 
00035 
00038                 virtual bool drop() = 0;
00039         };
00040 
00041 
00042 
00043 } // end namespace irrklang
00044 
00045 
00046 
00047 #endif
00048 

irrKlang Audio Library
The irrKlang Engine Documentation © 2003-2007 by Nikolaus Gebhardt. Generated on Sun Oct 12 13:44:49 2008 by Doxygen (1.5.4)