From 51233eccfbda9a46995180b3397f64b6dcd7efec Mon Sep 17 00:00:00 2001 From: luca83 Date: Mon, 25 Oct 2010 08:44:34 +0000 Subject: [PATCH] Patch level : Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/branches/R_10_00@21058 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ps/pd6411200.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ps/pd6411200.cpp b/ps/pd6411200.cpp index cba82cd7d..0c3662622 100755 --- a/ps/pd6411200.cpp +++ b/ps/pd6411200.cpp @@ -13,6 +13,9 @@ private: TFilename _ini_name; protected: + virtual bool check_autorization() const {return false;} + virtual const char * extra_modules() const {return "cg";} + virtual void main_loop(); void check_doc();