aboutsummaryrefslogtreecommitdiff
path: root/brep/view.cxx
blob: 6dafa1ba9c5c5b3654a2a79728685c85326d97e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : brep/view.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#include <brep/view>

using namespace std;

namespace brep
{
  void view::
  handle (request& rq, response& rs)
  {
  }
}