From 161d105204eb66148c28ef2615f1a12d3ba33136 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Jun 2015 17:11:54 +0200 Subject: Manifest object model, take 1 --- bpkg/manifest.cxx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bpkg/manifest.cxx (limited to 'bpkg/manifest.cxx') diff --git a/bpkg/manifest.cxx b/bpkg/manifest.cxx new file mode 100644 index 0000000..40c7a32 --- /dev/null +++ b/bpkg/manifest.cxx @@ -0,0 +1,11 @@ +// file : bpkg/manifest.cxx -*- C++ -*- +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#include + +using namespace std; + +namespace bpkg +{ +} -- cgit v1.1