00001 // Context.h 00002 // 00004 // 00005 // Copyright (c) 2001-2002 David Ward 00006 // 00008 00009 #ifndef Context_h 00010 #define Context_h 00011 00012 namespace Dasher {class CContext;} 00013 class Dasher::CContext 00014 { 00015 public: 00016 CContext() {}; 00017 virtual ~CContext() {}; 00018 }; 00019 00020 00021 #endif /* #ifndef Context_h */
1.4.2