Fennel: /home/pub/open/dev/fennel/calculator/ExtendedInstructionContext.h Source File (original) (raw)

00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 #ifndef Fennel_ExtendedInstructionContext_Included 00024 #define Fennel_ExtendedInstructionContext_Included 00025 00026 FENNEL_BEGIN_NAMESPACE 00027 00032 class FENNEL_CALCULATOR_EXPORT ExtendedInstructionContext 00033 { 00034 public: 00035 explicit 00036 ExtendedInstructionContext() 00037 { 00038 } 00039 virtual 00040 ~ExtendedInstructionContext() 00041 { 00042 } 00043 }; 00044 00045 FENNEL_END_NAMESPACE 00046 00047 #endif 00048