00001 /* 00002 * PROPRIETARY INFORMATION. This software is proprietary to 00003 * Side Effects Software Inc., and is not to be reproduced, 00004 * transmitted, or disclosed in any way without written permission. 00005 * 00006 * Produced by: 00007 * Ondrej Kos 00008 * Side Effects 00009 * 477 Richmond Street West 00010 * Toronto, Ontario 00011 * Canada M5V 3E7 00012 * 416-504-9876 00013 * 00014 */ 00015 #ifndef __GOP_VertexAdhocGroup_h__ 00016 #define __GOP_VertexAdhocGroup_h__ 00017 00018 #include "GOP_API.h" 00019 #include "GOP_AdhocGroup.h" 00020 00021 class GOP_API GOP_VertexAdhocGroup : public GOP_AdhocGroup 00022 { 00023 public: 00024 00025 GOP_VertexAdhocGroup(const GOP_AdhocGroup &src); 00026 GOP_VertexAdhocGroup(const GOP_VertexAdhocGroup &src); 00027 GOP_VertexAdhocGroup(); 00028 00029 // Destroying this group doesn't do anything since the "group" 00030 // doesn't actually exist in the gdp 00031 virtual bool destroyAdhocGroup(); 00032 00033 }; 00034 #endif
1.5.9