summaryrefslogtreecommitdiff
path: root/libcult/cult/cli/arguments.cxx
blob: 28805d0027af409570190012026890da10c7726b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// file      : cult/cli/arguments.cxx
// author    : Boris Kolpackov <boris@kolpackov.net>
// copyright : Copyright (c) 2005-2010 Boris Kolpackov
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#include <cult/cli/arguments.hxx>

namespace Cult
{
  namespace CLI
  {
    Arguments::
    ~Arguments ()
    {
    }

    BasicArguments::
    ~BasicArguments ()
    {
    }
  }
}