diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-09-16 18:33:53 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-09-16 18:33:53 +0000 |
| commit | 7d61a9ad9a59c2b78e9ba391bfab6e09b87de7c1 (patch) | |
| tree | 6b763d9fac4d00e15d3f7d8394ec863ddc59a790 /src | |
| parent | Removed TypeInfo; adjusted Factory to meet code style conventions. (diff) | |
| download | inkscape-7d61a9ad9a59c2b78e9ba391bfab6e09b87de7c1.tar.gz inkscape-7d61a9ad9a59c2b78e9ba391bfab6e09b87de7c1.zip | |
Added gpl notice
(bzr r11608.1.125)
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp-factory.h | 21 | ||||
| -rw-r--r-- | src/tool-factory.h | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/src/sp-factory.h b/src/sp-factory.h index 7a6416cad..0621f77ba 100644 --- a/src/sp-factory.h +++ b/src/sp-factory.h @@ -1,3 +1,13 @@ +/** @file + * Factory for SPObject tree + *//* + * Authors: + * Markus Engel + * + * Copyright (C) 2013 Authors + * Released under GNU GPL, read the file 'COPYING' for more information + */ + #ifndef SP_FACTORY_SEEN #define SP_FACTORY_SEEN @@ -8,3 +18,14 @@ typedef Singleton< Factory<SPObject> > SPFactory; #endif + +/* + Local Variables: + mode:c++ + c-file-style:"stroustrup" + c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) + indent-tabs-mode:nil + fill-column:99 + End: +*/ +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 : diff --git a/src/tool-factory.h b/src/tool-factory.h index 48b277495..d8aeb5f04 100644 --- a/src/tool-factory.h +++ b/src/tool-factory.h @@ -1,3 +1,13 @@ +/** @file + * Factory for SPEventContext tree + *//* + * Authors: + * Markus Engel + * + * Copyright (C) 2013 Authors + * Released under GNU GPL, read the file 'COPYING' for more information + */ + #ifndef TOOL_FACTORY_SEEN #define TOOL_FACTORY_SEEN @@ -8,3 +18,14 @@ typedef Singleton< Factory<SPEventContext> > ToolFactory; #endif + +/* + Local Variables: + mode:c++ + c-file-style:"stroustrup" + c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) + indent-tabs-mode:nil + fill-column:99 + End: +*/ +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 : |
