cms_user.hh
1 /******************************************************************** 2 * Description: cms_user.hh 3 * 4 * Derived from a work by Fred Proctor & Will Shackleford 5 * 6 * Author: 7 * License: LGPL Version 2 8 * System: Linux 9 * 10 * Copyright (c) 2004 All rights reserved. 11 * 12 * Last change: 13 ********************************************************************/ 14 #ifndef CMS_USER_HH 15 #define CMS_USER_HH 16 17 class CMS; 18 19 class CMS_USER { 20 public: 21 CMS * cms; 22 }; 23 24 #endif /* !defined(CMS_USER_HH) */