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 * Luke Moore 00008 * Side Effects Software Inc 00009 * 477 Richmond Street West 00010 * Toronto, Ontario 00011 * Canada M5V 3E7 00012 * 416-504-9876 00013 * 00014 * NAME: GU_DetailGroupPair.h 00015 * 00016 * COMMENTS: 00017 * 00018 */ 00019 00020 #ifndef __GU_DetailGroupPair_H__ 00021 #define __GU_DetailGroupPair_H__ 00022 00023 #include "GU_API.h" 00024 class GU_Detail; 00025 class GB_BaseGroup; 00026 00027 class GU_API GU_DetailGroupPair 00028 { 00029 public: 00030 const GU_Detail *myGdp; 00031 const GB_BaseGroup *myGroup; 00032 }; 00033 00034 #endif
1.5.9