AttributeBlob_fwd.h

Go to the documentation of this file.
00001 // $Id: AttributeBlob_fwd.h 47 2006-01-26 19:08:04Z bingmann $
00002 
00003 #ifndef VGS_AttributeBlob_fwd_H
00004 #define VGS_AttributeBlob_fwd_H
00005 
00006 namespace VGServer {
00007 
00008 template <typename AllocPolicy>
00009 class TpAttributeBlob;
00010 
00011 typedef TpAttributeBlob<class AttributeBigBlobPolicy> AttributeBigBlob;
00012 
00013 typedef TpAttributeBlob<class AttributeTinyBlobPolicy> AttributeTinyBlob;
00014 
00015 } // namespace VGServer
00016 
00017 #endif // VGS_AttributeBlob_fwd_H

Generated on Wed Sep 27 14:34:00 2006 for VGServer by  doxygen 1.4.7