Disabled RTTI and removed dynamic_cast

This commit is contained in:
Birunthan Mohanathas
2012-04-09 19:45:54 +03:00
parent c6a382f4ab
commit 7168634bb6
50 changed files with 161 additions and 16 deletions

View File

@ -42,6 +42,8 @@ public:
CMeasurePlugin(CMeterWindow* meterWindow, const WCHAR* name);
virtual ~CMeasurePlugin();
virtual UINT GetTypeID() { return TypeID<CMeasurePlugin>(); }
virtual bool Update();
virtual const WCHAR* GetStringValue(AUTOSCALE autoScale, double scale, int decimals, bool percentual);
virtual void Command(const std::wstring& command);