X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpackageref.h;h=7d2f54728f43886a7fe8bf71b5e7cbb6fed0dc25;hb=7aeaa4ba965f596edad438c02e345a8843f7469a;hp=9698b1e14e0ee4f222c0f7dc79f81b80dd5f1de9;hpb=1a46151c99a406123c4ddfc797a7841baf3e4cc2;p=builder.git diff --git a/source/packageref.h b/source/packageref.h index 9698b1e..7d2f547 100644 --- a/source/packageref.h +++ b/source/packageref.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef PACKAGEREF_H_ #define PACKAGEREF_H_ @@ -7,6 +14,9 @@ class Builder; class Package; +/** +A proxy class that stores a package name and possibly a pointer to the package. +*/ class PackageRef { public: