~raghavendra-prabhu/percona-xtradb-cluster/release-5.5.30-galera-2.x

« back to all changes in this revision

Viewing changes to gcomm/src/gcomm/protolay.hpp

  • Committer: Raghavendra D Prabhu
  • Date: 2013-04-12 15:26:34 UTC
  • mfrom: (95.2.24 2.x)
  • Revision ID: raghavendra.prabhu@percona.com-20130412152634-2y2u0swshf5fie2x
Merge lp:galera-2.x upto revision 150.

Following bugs are fixed:

lp:1166065
lp:1164992

Show diffs side-by-side

added added

removed removed

Lines of Context:
339
339
private:
340
340
    int handle_down(Datagram& dg, const ProtoDownMeta& dm)
341
341
    {
342
 
        gu_throw_fatal << "Toplay handle_down() called";
343
 
        throw;
 
342
        gu_throw_fatal << "Toplay handle_down() called";
344
343
    }
345
344
};
346
345
 
351
350
private:
352
351
    void handle_up(const void* id, const Datagram&, const ProtoUpMeta& um)
353
352
    {
354
 
        gu_throw_fatal << "Bottomlay handle_up() called";
 
353
        gu_throw_fatal << "Bottomlay handle_up() called";
355
354
    }
356
355
};
357
356