]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
msg: MOSDPGNotify has a private destructor
authorGreg Farnum <gregf@hq.newdream.net>
Tue, 30 Mar 2010 21:52:08 +0000 (14:52 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Wed, 31 Mar 2010 21:59:37 +0000 (14:59 -0700)
src/messages/MOSDPGNotify.h

index 629d1e7f68fcfbab9b6073dd3238eb2f7d05cac0..228d9918137701414e11688a2f84262431d630e1 100644 (file)
@@ -37,7 +37,10 @@ class MOSDPGNotify : public Message {
     this->epoch = e;
     pg_list.swap(l);
   }
-  
+private:
+  ~MOSDPGNotify() {}
+
+public:  
   const char *get_type_name() { return "PGnot"; }
 
   void encode_payload() {