00001 #ifndef _APP_CLOSE_BLOCKER_H_ 00002 #define _APP_CLOSE_BLOCKER_H_ 00003 00004 00006 class NOVTABLE app_close_blocker : public service_base 00007 { 00008 public: 00010 virtual bool query() = 0; 00011 00013 static bool g_query(); 00014 00015 FB2K_MAKE_SERVICE_INTERFACE_ENTRYPOINT(app_close_blocker); 00016 }; 00017 00018 #endif //_APP_CLOSE_BLOCKER_H_
1.5.5