~codership/galera/3.x

« back to all changes in this revision

Viewing changes to gcomm/src/pc.hpp

  • Committer: Alexey Yurchenko
  • Date: 2014-02-06 19:27:50 UTC
  • mfrom: (153.2.15 2.x)
  • Revision ID: alexey.yurchenko@codership.com-20140206192750-n9to0wtjevl69gok
Tags: release_25.3.3(percona)
References lp:1260193 - all supported parameters are now registered before parsing the initial options string, so unrecognized options can be detected.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2009-2012 Codership Oy <info@codership.com>
 
2
 * Copyright (C) 2009-2014 Codership Oy <info@codership.com>
3
3
 */
4
4
 
5
5
#include "gcomm/transport.hpp"
7
7
namespace gcomm
8
8
{
9
9
    class GMCast;
 
10
 
10
11
    namespace evs
11
12
    {
12
13
        class Proto;
13
 
    } // namespace gcomm
 
14
    }
 
15
 
14
16
    namespace pc
15
17
    {
16
18
        class Proto;