]> git.stg.codes - stg.git/commitdiff
DEL_USER_NONIFIER -> DEL_USER_NOTIFIER
authorMaxim Mamontov <faust.madf@gmail.com>
Mon, 4 Apr 2011 13:25:08 +0000 (16:25 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Mon, 4 Apr 2011 13:25:08 +0000 (16:25 +0300)
projects/stargazer/plugins/authorization/inetaccess/inetaccess.h

index 7bc704db8f7d0db62406996783522a5fc9422cbf..68c9e87a5cbf6c4249eb4375a0618ae380558747 100644 (file)
@@ -186,7 +186,7 @@ private:
 };
 //-----------------------------------------------------------------------------
 class AUTH_IA :public AUTH {
-friend class DEL_USER_NONIFIER;
+friend class DEL_USER_NOTIFIER;
 public:
                         AUTH_IA();
     virtual             ~AUTH_IA();
@@ -316,10 +316,10 @@ private:
 
     uint32_t            enabledDirs;
 
-    class DEL_USER_NONIFIER: public NOTIFIER_BASE<USER_PTR> {
+    class DEL_USER_NOTIFIER: public NOTIFIER_BASE<USER_PTR> {
     public:
-        DEL_USER_NONIFIER(AUTH_IA & a) : auth(a) {}
-        virtual ~DEL_USER_NONIFIER() {}
+        DEL_USER_NOTIFIER(AUTH_IA & a) : auth(a) {}
+        virtual ~DEL_USER_NOTIFIER() {}
 
         void Notify(const USER_PTR & user)
             {